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
)
Public Sub New (
text As String,
value As String
)
public:
PdfListFieldItem(
String^ text,
String^ value
)
new :
text : string *
value : string -> PdfListFieldItem
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