clear_built_in_document_properties property

clear_built_in_document_properties property

The ClearBuiltInDocumentProperties property determines whether built‑in document properties are cleared when loading a PDF.

Definition:

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

See Also