Gets type of this form field.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FormFieldType FormFieldType { get; }
Public ReadOnly Property FormFieldType As FormFieldType
	Get
public:
property FormFieldType FormFieldType {
	FormFieldType get ();
}
member FormFieldType : FormFieldType with get

Property Value

FormFieldType

See Also