PdfPasswordRequestedEventArgs Properties
Provides the security password to open a protected PDF file in the PDF Viewer and PDF Document Processor.Name | Description |
---|---|
FileName | Returns the file name of a document that is requested to be opened in the PDF Viewer or PDF Document Processor. |
FilePath | Returns the path of the file requested to be opened in the PDF Viewer or PDF Document Processor. |
Password | Obsolete. This property is now obsolete. Use the PdfPasswordRequestedEventArgs.PasswordString property instead. |
PasswordRequestsCount | Returns the current number of password request attempts. |
PasswordString | Specifies the security password to open a PDF file. |
See Also