FdfPagesCollection Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection of FdfPage.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalCollectionFdfPage
      Apitron.PDF.Kit.Interactive.FormsDataFdfPagesCollection

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

public sealed class FdfPagesCollection : InternalCollection<FdfPage>

The FdfPagesCollection 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