Click or drag to resize

DigitalSignatureElement Constructor

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

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
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.
See Also