IDocumentInfoIsEncrypted Property |
Indicates whether specific file is encrypted and requires password for opening. For the document types, that cannot be encrypted (like all text-based) should always return 'false'.
Namespace: GroupDocs.Editor.MetadataAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxbool IsEncrypted { get; }
ReadOnly Property IsEncrypted As Boolean
Get
property bool IsEncrypted {
bool get ();
}
abstract IsEncrypted : bool with get
Property Value
Type:
Boolean
See Also