This class represents the collection field dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 157, page 372.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 155, page 448.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 8.8, page 30.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.CollectionFieldElement

A collection field dictionary defines a single metadata column in a portfolio schema. It specifies the data type of the column, the visible label, the sort order, and whether the column is visible in the collection view.

The column data type, given by the Subtype entry, determines how the viewer formats and sorts values and how values are encoded in each embedded file's collection item dictionary.

The V and E entries are flags controlling whether the column is visible and editable. Viewers that support editing portfolio metadata use these to decide which columns to show and allow the user to change.

 

   
   
Method
Description
CollectionFieldElement Create a new CollectionFieldElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the collection field dictionary object.
EntrySubtype Represents the "Subtype" entry of the collection field dictionary object.
EntryN Represents the "N" entry of the collection field dictionary object.
EntryO Represents the "O" entry of the collection field dictionary object.
EntryV Represents the "V" entry of the collection field dictionary object.
EntryE Represents the "E" entry of the collection field dictionary object.
inherited properties...