author property

author property

Author information, default value is ‘3d@aspose’

Definition:

@property
def author(self):
    ...
@author.setter
def author(self, value):
    ...

See Also