Gets the password used to decrypt this PDFDocument.
public string Password { get; }
Public ReadOnly Property Password As String
public String getPassword()
public:
property String^ Password {
String^ get();
}
A System.String that contains the password used to decrypt this PDFDocument. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET