Initializes a new instance of the class.

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

Syntax

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

Parameters

text
String
The text.
value
String
The value.

See Also