Click or drag to resize

XfaChoiceListField Constructor

Initializes a new instance of the XfaChoiceListField class

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
)

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