Click or drag to resize

PdfSignature Constructor (PdfDocumentBase, PdfPageBase, IPdfSignatureFormatter, 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(
	PdfDocumentBase document,
	PdfPageBase page,
	IPdfSignatureFormatter signatureFormatter,
	string signatureName,
	PdfSignatureFieldWidget fieldWidget
)

Parameters

document
Type: Spire.Pdf PdfDocumentBase
The loaded document, which has the page.
page
Type: Spire.Pdf PdfPageBase
The page.
signatureFormatter
Type: Spire.Pdf.Security IPdfSignatureFormatter
The Signature formatter.
signatureName
Type: System String
The name of the signature.
fieldWidget
Type: Spire.Pdf.Widget PdfSignatureFieldWidget
The name of the loaded signature field
See Also