Click or drag to resize

PdfListFieldItem Constructor (String, String)

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 PdfListFieldItem(
	string text,
	string value
)

Parameters

text
Type: System String
The item text, it is displayed in the list.
value
Type: System String
The item value, it is exported when form content is exported.
See Also