The password required to decrypt the loaded PDF document.





In This Topic
GdPicture14 Namespace / GdViewer.PdfPasswordRequestEventHandler Delegate

GdViewer.PdfPasswordRequestEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")>

Public Delegate Sub GdViewer.PdfPasswordRequestEventHandler( _

   ByRef Password As String _

) 
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public delegate void GdViewer.PdfPasswordRequestEventHandler( 

   ref string Password

)
public delegate GdViewer.PdfPasswordRequestEventHandler( 

   var  Password: String

);
GuidAttribute("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")

public delegate GdViewer.PdfPasswordRequestEventHandler( 

   Password : String

)
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public: __gc __delegate void GdViewer.PdfPasswordRequestEventHandler( 

   ref string* Password

)
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public delegate void GdViewer.PdfPasswordRequestEventHandler( 

   String^% Password

)

Parameters

Password
The password required to decrypt the loaded PDF document.
See Also