CollectionSchema Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection schema. This class is a container for a set of the CollectionField instances. Each collection field has a key chosen by the interactive PDF writer, which shall be used to associate a field with data in a file specification.
Inheritance Hierarchy

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

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 CollectionSchema : UndefinedResource, 
	IEnumerable<KeyValuePair<string, CollectionField>>, IEnumerable

The CollectionSchema type exposes the following members.

Constructors

  NameDescription
Public methodCollectionSchema
Initializes a new instance of the CollectionSchema class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFields
Gets the collection fields.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
Methods

  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also

Reference