CollectionFieldType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed collection field types.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.Collections
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum CollectionFieldType
Members

  Member nameValueDescription
TextField0 A text field. The field data shall be stored as a PDF text string.
DateField1 A date field. The field data shall be stored as a PDF date string
NumberField2 A number field. The field data shall be stored as a PDF number.
FileName3 The field data shall be the file name of the embedded file.
EmbeddedFileDescription4 The field data shall be the description of the embedded file.
ModificationDate5 The field data shall be the modification date of the embedded file.
CreationDate6 The field data shall be the creation date of the embedded file.
Size7 The field data shall be the size of the embedded file.
CompressedSize8 The field data shall be the length of the compressed(how it is in the PDF file) embedded file
See Also

Reference