Click or drag to resize

CustomFieldType Enumeration

Custom field type.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum CustomFieldType
Members
Member name 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.
See Also