 | PdfToolStripMainOnPasswordRequired Method |
Occurs when the Loaded document protected by password. Application should return the password
Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBarsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxprotected virtual string OnPasswordRequired()
Protected Overridable Function OnPasswordRequired As String
protected:
virtual String^ OnPasswordRequired()
abstract OnPasswordRequired : unit -> string
override OnPasswordRequired : unit -> string
protected String OnPasswordRequired()
function OnPasswordRequired();
Return Value
StringPassword to the document must be returned.
See Also