signature_id property

signature_id property

Gets or sets the unique ID of signature. It can be used in signature verification options. Property is supported for Pdf documents only.

Definition:

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

See Also