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

Parameters

xfaForm
XFAForm
name
String
fieldType
String

See Also