'Declaration Public Function New( _
ByVal certificateThe digital certificate.As System.Security.Cryptography.X509Certificates.X509Certificate2, _
ByVal signatureRectThe rectangle that defines the location, in default user space units, of annotation signature on the page.As System.Drawing.RectangleF _
)
public PdfPageDigitalSignatureHelper(
System.Security.Cryptography.X509Certificates.X509Certificate2 certificate,
System.Drawing.RectangleF signatureRect
)
public: PdfPageDigitalSignatureHelper(
System.Security.Cryptography.X509Certificates.X509Certificate2* certificate,
System.Drawing.RectangleF* signatureRect
)
public:
PdfPageDigitalSignatureHelper(
System.Security.Cryptography.X509Certificates.X509Certificate2^ certificate,
System.Drawing.RectangleF^ signatureRect
)
Parameters
- certificate
- The digital certificate.
- signatureRect
- The rectangle that defines the location, in default user space units, of annotation signature on the page.