is_foreground_image property

is_foreground_image property

Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image. Default value: false.

Definition:

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

See Also