Click or drag to resize

PdfSignature Constructor (PdfDocumentBase, PdfPageBase, PdfCertificate, String)

Initializes a new instance of the class.

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,
	PdfCertificate certificate,
	string signatureName
)

Parameters

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