DocumentIsEncrypted Property |
Gets encrypted status of the document. True if document is encrypted.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic bool IsEncrypted { get; }
Public ReadOnly Property IsEncrypted As Boolean
Get
public:
property bool IsEncrypted {
bool get ();
}
member IsEncrypted : bool with get
Property Value
Type:
Boolean
See Also