PageLabelsCollection Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a page lables collection.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalCollectionPageLabel
      Apitron.PDF.Kit.FixedLayoutPageLabelsCollection

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 PageLabelsCollection : InternalCollection<PageLabel>

The PageLabelsCollection type exposes the following members.

Properties

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

  NameDescription
Public methodAdd
Adds the specified item.
(Inherited from InternalCollectionT.)
Public methodClear
Clears this instance.
(Inherited from InternalCollectionT.)
Public methodContains
Determines whether the collection contains the specified item.
(Inherited from InternalCollectionT.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from InternalCollectionT.)
Top
See Also

Reference