PdfDigitalSignature(RectangleFloat, String, String, Int32) Constructor

Creates a digital signature object from a PFX file to be applied at a given location in PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfDigitalSignature(
	RectangleFloat bounds,
	string pfxFile,
	string password,
	int certIndex
)

Parameters

bounds  RectangleFloat
The bounds of the certificate in PDF page
pfxFile  String
The PFX file containing the certificate
password  String
The PFX file password which can be null or empty if there is no password protection
certIndex  Int32
The certificate index in PFX file. The default value is 0

See Also