signer property
SignatureLineOptions.signer property
Gets or sets suggested signer of the signature line. Default value for this property is empty string ().
@property
def signer(self) -> str:
...
@signer.setter
def signer(self, value: str):
...
See Also
- module aspose.words
- class SignatureLineOptions