Click or drag to resize

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

Parameters

page
Type: Spire.Pdf PdfPageBase
Page the field to be placed on.
name
Type: System String
The name of the field.
See Also