Custom field type.
Namespace: Spire.Pdf.CollectionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum CustomFieldType
Public Enumeration CustomFieldType
public enum class CustomFieldType
type CustomFieldType
Members
| Member | Value | Description |
|---|---|---|
| TextField | 0 |
The field data is stored as a PDF text string.
|
| DateField | 1 |
The field data is stored as a PDF date string.
|
| NumberField | 2 |
The field data is stored as a PDF number.
|