Initializes a new instance of the
XfaField
class
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XfaField(
XFAForm xfaForm,
string name,
string fileType
)
Public Sub New (
xfaForm As XFAForm,
name As String,
fileType As String
)
public:
XfaField(
XFAForm^ xfaForm,
String^ name,
String^ fileType
)
new :
xfaForm : XFAForm *
name : string *
fileType : string -> XfaField
Parameters
-
xfaForm
-
Type:
Spire.Pdf.Widget
XFAForm
-
name
-
Type:
System
String
-
fileType
-
Type:
System
String
See Also