XfaField
FieldType Property
|
Gets the type of the xfa field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string FieldType { get; }
Public ReadOnly Property FieldType As String
Get
public:
property String^ FieldType {
String^ get ();
}
member FieldType : string with get
Property Value
Type:
String
See Also