ExpertPdf Html to Pdf Converter Library
DigitalSignatureElement Constructor (bounds, certificate)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDigitalSignatureElementDigitalSignatureElement(RectangleF, DigitalCertificate)
ExpertPdf Html to Pdf Converter Library
Constructs a digital signature object that can be added to a PDF page.
Declaration Syntax
C#Visual BasicVisual C++
public DigitalSignatureElement(
	RectangleF bounds,
	DigitalCertificate certificate
)
Public Sub New ( 
	bounds As RectangleF,
	certificate As DigitalCertificate
)
public:
DigitalSignatureElement(
	RectangleF bounds, 
	DigitalCertificate^ certificate
)
Parameters
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)