encrypt_document_properties property
encrypt_document_properties property
Indicates whether encrypt document properties when saving as .xls file. The default value is true.
Remarks
Only for .xls,xlsx,xlsb and xlsm file.
Definition:
@property
def encrypt_document_properties(self):
    ...
@encrypt_document_properties.setter
def encrypt_document_properties(self, value):
    ...
See Also
- module aspose.cells
- class ImageSaveOptions