Click or drag to resize

PdfField Constructor

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 PdfField(
	PdfPageBase page,
	string name
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The page where the field should be placed.
name
Type: System String
The name.
See Also