get_IsEncrypted()

IProtectionManager::get_IsEncrypted() method

Gets a value indicating whether this instance is encrypted. Read-only bool.

virtual bool Aspose::Slides::IProtectionManager::get_IsEncrypted()=0

Remarks

true if presentation was loaded from encrypted file or Encrypt(String) method was called ; otherwise, false.

See Also