hide_signatures property

hide_signatures property

Gets or sets flag to hide signatures from page preview image. Only signatures are marked as IsSignature will be hidden from generated document page image.

Definition:

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

See Also