 | PdfFieldFieldType Property |
Gets the type of field
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic FormFieldTypes FieldType { get; }
Public ReadOnly Property FieldType As FormFieldTypes
Get
public:
property FormFieldTypes FieldType {
FormFieldTypes get ();
}
member FieldType : FormFieldTypes with get
/** @property */
public FormFieldTypes get_FieldType()
function get_FieldType();
Property Value
Type:
FormFieldTypes
See Also