IDocumentInfoIsEncrypted Property |
Gets a value indicating whether the document is encrypted and requires a password to open.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxbool IsEncrypted { get; }
ReadOnly Property IsEncrypted As Boolean
Get
property bool IsEncrypted {
bool get ();
}
abstract IsEncrypted : bool with get
Property Value
Type:
BooleanA value indicating whether the document is encrypted and requires a password to open.
See Also