Constructs a digital signature object that can be added to a PDF page.

C# | Visual Basic | Visual C++ |
public DigitalSignatureElement( RectangleF bounds, DigitalCertificate certificate )
Public Sub New ( bounds As RectangleF, certificate As DigitalCertificate )
public: DigitalSignatureElement( RectangleF bounds, DigitalCertificate^ certificate )

- bounds (RectangleF)
- The digital signature rectangle inside the PDF page.
- certificate (DigitalCertificate)
- The digital certificate obtained from the digital certificates store.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)