The file path to the digital ID file. This file contains the certificate given to decrypt the loaded PDF document.
The password required to open the digital ID file specified above.





In This Topic
GdPicture14 Namespace / GdViewer.PdfCertificateRequestEventHandler Delegate

GdViewer.PdfCertificateRequestEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("22153247-A27D-39EA-9DED-2803907CC76D")>
Public Delegate Sub GdViewer.PdfCertificateRequestEventHandler( _
   ByRef CertPath As String, _
   ByRef Password As String _
) 
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public delegate void GdViewer.PdfCertificateRequestEventHandler( 
   ref string CertPath,
   ref string Password
)
public delegate GdViewer.PdfCertificateRequestEventHandler( 
   var  CertPath: String;
   var  Password: String
);
GuidAttribute("22153247-A27D-39EA-9DED-2803907CC76D")
public delegate GdViewer.PdfCertificateRequestEventHandler( 
   CertPath : String,
   Password : String
)
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public: __gc __delegate void GdViewer.PdfCertificateRequestEventHandler( 
   ref string* CertPath,
   ref string* Password
)
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public delegate void GdViewer.PdfCertificateRequestEventHandler( 
   String^% CertPath,
   String^% Password
)

Parameters

CertPath
The file path to the digital ID file. This file contains the certificate given to decrypt the loaded PDF document.
Password
The password required to open the digital ID file specified above.
See Also