get_IsEncrypted()

ProtectionManager::get_IsEncrypted() method

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

bool Aspose::Slides::ProtectionManager::get_IsEncrypted() override

Remarks

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

See Also