HiQPdf Documentation

PdfDigitalSignature Constructor (RectangleFloat, String, String, Int32)

HiQPdf Client for .NET Core
Creates a digital signature object from a PFX file to be applied at a given location in PDF page

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfDigitalSignature(
	RectangleFloat bounds,
	string pfxFile,
	string password,
	int certIndex
)

Parameters

bounds
Type: HiQPdfClientRectangleFloat
The bounds of the certificate in PDF page
pfxFile
Type: SystemString
The PFX file containing the certificate
password
Type: SystemString
The PFX file password which can be null or empty if there is no password protection
certIndex
Type: SystemInt32
The certificate index in PFX file. The default value is 0
See Also

Reference