author property
author property
The name of the person who created the document.
Definition:
@property
def author(self):
...
@author.setter
def author(self, value):
...
See Also
- module
aspose.html.rendering.pdf
- class
PdfDocumentInfo
The name of the person who created the document.
@property
def author(self):
...
@author.setter
def author(self, value):
...
aspose.html.rendering.pdf
PdfDocumentInfo