source_path property

source_path property

Gets or sets the source path. Full path to source image that will be merge with DWF image.

Definition:

@property
def source_path(self):
    ...
@source_path.setter
def source_path(self, value):
    ...

See Also