encrypt_document_properties property

encrypt_document_properties property

This property makes sense, if presentation is password protected. If true then document properties is encrypted in presentation file. If false then document properties is public while presentation is encrypted. Read/write bool.

Definition:

@property
def encrypt_document_properties(self):
    ...

@encrypt_document_properties.setter
def encrypt_document_properties(self, value):
    ...

See Also