Click or drag to resize

RequestPdfDocumentPasswordResponseCancel Field

Creates a RequestPdfDocumentPasswordResponse that notifies the browser to cancels the password request.

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

Return Value

Type: RequestPdfDocumentPasswordResponse
The RequestPdfDocumentPasswordResponse instance that can be used as a return value in RequestPdfDocumentPasswordHandler implementation.
Remarks

Without a password, the browser will fail to load the frame with the encrypted PDF document and a FrameLoadFailed event will be fired for that frame.

See Also