XfaDateTimeField Constructor
|
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XfaDateTimeField(
XFAForm xfaForm,
string name,
string fieldType,
string picture
)
Public Sub New (
xfaForm As XFAForm,
name As String,
fieldType As String,
picture As String
)
public:
XfaDateTimeField(
XFAForm^ xfaForm,
String^ name,
String^ fieldType,
String^ picture
)
new :
xfaForm : XFAForm *
name : string *
fieldType : string *
picture : string -> XfaDateTimeField
Parameters
-
xfaForm
-
Type:
Spire.Pdf.Widget
XFAForm
-
name
-
Type:
System
String
-
fieldType
-
Type:
System
String
-
picture
-
Type:
System
String
See Also