CollectionFolder Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection folder. Beginning with PDF 2.0, a portable collection can contain a Folders object for the purpose of organising files into a hierarchical structure. The structure is represented by a tree with a single root folder acting as the common ancestor for all other folders and files in the collection.
Inheritance Hierarchy

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

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 CollectionFolder : UndefinedResource

The CollectionFolder type exposes the following members.

Constructors

  NameDescription
Public methodCollectionFolder
Initializes a new instance of the CollectionFolder class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCollectionItem
Gets or sets the collection item. Beginning with PDF 1.7, a collection item shall contain the data described by the collection schema for a particular file in a collection.
Public propertyCreationDate
Gets the creation date.
Public propertyDescription
Gets or sets the description.
Public propertyFiles
Gets the owned files.
Public propertyFolders
Gets the owned folders.
Public propertyModificationDate
Gets the modification date.
Public propertyName
Gets or sets a file name representing the name of the folder. Two sibling folders shall not share the same name following case normalization.
Public propertyParent
Gets the parent folder.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyThumbID
Gets or sets the thumbail identifier.
Top
See Also

Reference