Table of Contents

Class RequestPdfDocumentPasswordResponse

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

The response to the RequestPdfDocumentPasswordHandler.

public sealed class RequestPdfDocumentPasswordResponse
Inheritance
RequestPdfDocumentPasswordResponse
Inherited Members

Fields

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.

Methods

Password(string)

Creates a RequestPdfDocumentPasswordResponse that notifies the browser to use the password password to load the encrypted PDF document.