Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

IsEncrypted Property






Gets a value that indicates whether this PDF document is encrypted.
Syntax
public bool IsEncrypted {get;}
'Declaration
 
Public ReadOnly Property IsEncrypted As Boolean
'Usage
 
Dim instance As PDFDocument
Dim value As Boolean
 
value = instance.IsEncrypted
public boolean isEncrypted()
public:
property bool IsEncrypted {
   bool get();
}

Property Value

true if this PDF document is encrypted and a password is necessary to open it; otherwise, it is false. The default value is false.
Remarks

LEADTOOLS can open encrypted PDF documents by calling the PDFDocument(string fileName, string password) constructor to open such documents. Use the PDFFile.IsEncrypted method to determine whether a document is encrypted and requires a password.

Requirements

Target Platforms

See Also

Reference

PDFDocument Class
PDFDocument Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features