sign_options property

SignerContext.sign_options property

SignOptions object with various signing options.

@property
def sign_options(self) -> aspose.words.digitalsignatures.SignOptions:
    ...

@sign_options.setter
def sign_options(self, value: aspose.words.digitalsignatures.SignOptions):
    ...

See Also