sign_options property

sign_options property

Gets or sets the options used for signing a document.

Definition:

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

See Also