Click or drag to resize

RequestPdfDocumentPasswordResponse Class

The response to the RequestPdfDocumentPasswordHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Browser.HandlersRequestPdfDocumentPasswordResponse

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class RequestPdfDocumentPasswordResponse

The RequestPdfDocumentPasswordResponse type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPassword
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to use the password password to load the encrypted PDF document.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCancel
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to cancels the password request.
Public fieldStatic memberShowPasswordDialog
Creates a RequestPdfDocumentPasswordResponse that notifies the browser to use the standard PDF viewer password dialog UI to load the encrypted PDF document.
Top
See Also