Initializes a new instance of the XfaCheckButtonField 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 XfaCheckButtonField(
	XFAForm xfaForm,
	string name,
	string fieldType,
	List<string> items
)
Public Sub New ( 
	xfaForm As XFAForm,
	name As String,
	fieldType As String,
	items As List(Of String)
)
public:
XfaCheckButtonField(
	XFAForm^ xfaForm, 
	String^ name, 
	String^ fieldType, 
	List<String^>^ items
)
new : 
        xfaForm : XFAForm * 
        name : string * 
        fieldType : string * 
        items : List<string> -> XfaCheckButtonField

Parameters

xfaForm
XFAForm
name
String
fieldType
String
items
List<(Of <(<'String>)>)>

See Also