EVO HTML to PDF Converter

DigitalSignatureElement Constructor (RectangleFloat, String, String, Int32)

Winnovative Client for .NET Documentation
Constructs a digital signature element that can be applied to a PDF page in the given position

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public DigitalSignatureElement(
	RectangleFloat bounds,
	string pfxFile,
	string pfxPassword,
	int certificateIndex
)

Parameters

bounds
Type: Winnovative.HtmlToPdfClientRectangleFloat
The bounds of the rectangle where the certificate will be applied in PDF page
pfxFile
Type: SystemString
The PFX file containing the certificate used for signing. The PFX file is expected to contain both the private and public key
pfxPassword
Type: SystemString
The password to access the PFX file. It can be null or empty if no password is required
certificateIndex
Type: SystemInt32
The certificate index in collection of certificates stored in PFX file. By default the first certificate in collection is used
See Also

Reference