DocumentInfoIsEncrypted 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
Syntaxpublic bool IsEncrypted { get; }
Public ReadOnly Property IsEncrypted As Boolean
Get
public:
virtual property bool IsEncrypted {
bool get () sealed;
}
abstract IsEncrypted : bool with get
override IsEncrypted : bool with get
Property Value
Type:
BooleanA value indicating whether the document is encrypted and requires a password to open.
Implements
IDocumentInfoIsEncrypted
See Also