DigitalSignatureElement Constructor

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
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