Back to Devexpress

PdfButtonFormField.Type Property

officefileapi-devexpress-dot-pdf-dot-pdfbuttonformfield.md

latest1.4 KB
Original Source

PdfButtonFormField.Type Property

Gets the form field type.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public override PdfFormFieldType Type { get; }
vb
Public Overrides ReadOnly Property Type As PdfFormFieldType

Property Value

TypeDescription
PdfFormFieldType

An enumeration value that indicates the form filed type (push button, radio group or check box).

|

Available values:

NameDescription
Unknown

Unknown type.

| | Node |

Base field in a field group.

| | PushButton |

Push button.

| | CheckBox |

Check box.

| | RadioGroup |

Radio group.

| | ListBox |

List box.

| | ComboBox |

Combo box.

| | Text |

Text form field.

| | Signature |

Signature form field.

|

See Also

PdfButtonFormField Class

PdfButtonFormField Members

DevExpress.Pdf Namespace