RequestPdfDocumentPasswordResponse Class |
Namespace: DotNetBrowser.Browser.Handlers
public sealed class RequestPdfDocumentPasswordResponse
The RequestPdfDocumentPasswordResponse type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Password |
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to
use the password password to load the encrypted PDF document.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Cancel |
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to
cancels the password request.
| |
ShowPasswordDialog |
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to
use the standard PDF viewer password dialog UI to load the encrypted PDF document.
|