Initializes a new instance of the class.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfListFieldItem(
	string text,
	string value
)
Public Sub New ( 
	text As String,
	value As String
)
public:
PdfListFieldItem(
	String^ text, 
	String^ value
)
new : 
        text : string * 
        value : string -> PdfListFieldItem

Parameters

text
String
The item text, it is displayed in the list.
value
String
The item value, it is exported when form content is exported.

See Also