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

Show in webframe

Password Property (PDFDocument)






Gets the password used to decrypt this PDFDocument.
Syntax
public string Password {get;}
'Declaration
 
Public ReadOnly Property Password As String
'Usage
 
Dim instance As PDFDocument
Dim value As String
 
value = instance.Password
public String getPassword()
public:
property String^ Password {
   String^ get();
}

Property Value

A System.String that contains the password used to decrypt this PDFDocument. The default value is null.
Remarks

FileName and Password will contain the same exact values passed to the PDFDocument(string fileName) and PDFDocument(string fileName, string password) constructors, if any.

If the value of IsEncrypted is false, then the PDF document is not encrypted and a Password was not used when loading the document.

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