Initializes a new instance of the XfaDateTimeField class

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
XFAForm
name
String
fieldType
String
picture
String

See Also