XfaChoiceListField Constructor
|
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XfaChoiceListField(
XFAForm xfaForm,
string name,
string fieldType,
List<string> items,
bool isMultiSelect,
List<string> selectItems
)
Public Sub New (
xfaForm As XFAForm,
name As String,
fieldType As String,
items As List(Of String),
isMultiSelect As Boolean,
selectItems As List(Of String)
)
public:
XfaChoiceListField(
XFAForm^ xfaForm,
String^ name,
String^ fieldType,
List<String^>^ items,
bool isMultiSelect,
List<String^>^ selectItems
)
new :
xfaForm : XFAForm *
name : string *
fieldType : string *
items : List<string> *
isMultiSelect : bool *
selectItems : List<string> -> XfaChoiceListField
Parameters
-
xfaForm
-
Type:
Spire.Pdf.Widget
XFAForm
-
name
-
Type:
System
String
-
fieldType
-
Type:
System
String
-
items
-
Type:
System.Collections.Generic
List
String
-
isMultiSelect
-
Type:
System
Boolean
-
selectItems
-
Type:
System.Collections.Generic
List
String
See Also