NamedPagesCollection Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a named pages collection
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalDictionaryString, Page
      Apitron.PDF.Kit.FixedLayoutNamedPagesCollection

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class NamedPagesCollection : InternalDictionary<string, Page>

The NamedPagesCollection type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCount
Gets the count.
(Inherited from InternalDictionaryTKey, TValue.)
Public propertyItem
Gets or sets the [!:TValue] with the specified key.
(Inherited from InternalDictionaryTKey, TValue.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference