Click or drag to resize

PdfSignature Constructor (PdfDocumentBase, PdfPageBase, IPdfSignatureFormatter, String)

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
)

Parameters

document
Type: Spire.Pdf PdfDocumentBase
The 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.
See Also