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