author property
author property
Gets or sets document author.
Definition:
@property
def author(self):
...
@author.setter
def author(self, value):
...
See Also
- module
groupdocs.conversion.options.convert
- class
PdfDocumentInfo
Gets or sets document author.
@property
def author(self):
...
@author.setter
def author(self, value):
...
groupdocs.conversion.options.convert
PdfDocumentInfo