Indicates the document is encrypted or not.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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