Click or drag to resize

PdfSignatureField Constructor (PdfPageBase, String, PdfSignature)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSignatureField(
	PdfPageBase page,
	string name,
	PdfSignature m_signature
)

Parameters

page
Type: Spire.Pdf PdfPageBase
Page which the field to be placed on.
name
Type: System String
The name of the field.
m_signature
Type: Spire.Pdf.Security PdfSignature
a PdfSignature obj
See Also