PdfFieldFieldType Property |
Gets the type of this field.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic abstract PdfFieldType FieldType { get; }
Public MustOverride ReadOnly Property FieldType As PdfFieldType
Get
Property Value
PdfFieldType
The type of this field.
See Also