document_info property
document_info property
The meta information of the PDF document.
Definition:
@property
def document_info(self):
...
@document_info.setter
def document_info(self, value):
...
See Also
- class
PdfOptions
The meta information of the PDF document.
@property
def document_info(self):
...
@document_info.setter
def document_info(self, value):
...
PdfOptions