Click or drag to resize

RequestPdfDocumentPasswordResponseShowPasswordDialog Field

Creates a RequestPdfDocumentPasswordResponse that notifies the browser to use the standard PDF viewer password dialog UI to load the encrypted PDF document.

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

Return Value

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