IProtectionManagerEncryptDocumentProperties 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
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
Syntaxbool EncryptDocumentProperties { get; set; }
Property EncryptDocumentProperties As Boolean
Get
Set
property bool EncryptDocumentProperties {
bool get ();
void set (bool value);
}
abstract EncryptDocumentProperties : bool with get, set
Property Value
Type:
Boolean
See Also