custom_properties_export property

custom_properties_export property

Gets or sets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None.

Definition:

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

See Also