Click or drag to resize

PdfSignature Constructor (PdfDocument, PdfPageBase, PdfCertificate, String, PdfSignatureFieldWidget)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSignature(
	PdfDocument document,
	PdfPageBase page,
	PdfCertificate certificate,
	string signatureName,
	PdfSignatureFieldWidget fieldWidget
)

Parameters

document
Type: Spire.Pdf PdfDocument
The loaded document, which has the page.
page
Type: Spire.Pdf PdfPageBase
The page.
certificate
Type: Spire.Pdf.Security PdfCertificate
The certificate.
signatureName
Type: System String
The name of the signature.
fieldWidget
Type: Spire.Pdf.Widget PdfSignatureFieldWidget
The name of the loaded signature field
See Also