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