CollectionField Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection field. A CollectionField describes the attributes of a particular field in a PortableCollection, including the type of data stored in the field and the lookup key used to locate the field data in the FileSpecification.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionField

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 sealed class CollectionField : UndefinedResource

The CollectionField type exposes the following members.

Constructors

  NameDescription
Public methodCollectionField
Initializes a new instance of the CollectionField class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFieldType
Gets or sets the type of collection field or file-related field that this instance describes. This entry identifies the type of data that shall be stored in the field.
Public propertyInitialVisibility
Gets or sets the initial visibility of the field in the user interface. Default value: true.
Public propertyIsEditable
Gets or sets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false.
Public propertyName
Gets or sets the textual field name that shall be presented to the user by the interactive PDF processor.
Public propertyRelativeOrder
Gets or sets the relative order of the field name in the user interface. Fields shall be sorted by the interactive PDF processor in ascending order.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference