created_time property

created_time property

Gets and sets the time of generating the pdf document.

Remarks

if it is not be set, it will be the time of generating the pdf.

Definition:

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

See Also