←Select platform

Password Property

Summary
Gets the password used to decrypt this PDFDocument.
Syntax
C#
VB
C++
Java
public string Password { get; } 
Public ReadOnly Property Password As String 
public java.lang.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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.