Indicates the document is encrypted or not.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsEncrypted { get; }
Public ReadOnly Property IsEncrypted As Boolean
	Get
public:
property bool IsEncrypted {
	bool get ();
}
member IsEncrypted : bool with get

Property Value

Boolean

See Also