show_properties property

show_properties property

Force to show/hide signature properties. In case ShowProperties is true signature field has predefined format of appearance Digitally signed by {PdfDigitalSignature.contact_info} Date: {Date} Reason: {PdfDigitalSignature.reason} Location: {PdfDigitalSignature.location} ShowProperties is true by default.

Definition:

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

See Also