signature property

signature property

Gets or sets properties of document digital signature. For signing Pdf documents it is possible to set advanced properties by using instance of PdfDigitalSignature

Definition:

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

See Also