Click or drag to resize

PageCollection Class

A collection of Page objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsReadOnlyCollectionBase
    Atalasoft.Imaging.Codec.PdfPages
      Atalasoft.Imaging.Codec.PdfPageCollection

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PageCollection : Pages

The PageCollection type exposes the following members.

Constructors
  NameDescription
Public methodPageCollection
Creates a PageCollection from a Stream containing a PDF and password
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Protected propertyInnerList
Gets the list of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public propertyItem (Inherited from Pages.)
Top
Methods
  NameDescription
Public methodContains (Inherited from Pages.)
Public methodCopyTo (Inherited from Pages.)
Public methodDispose (Inherited from Pages.)
Protected methodDispose(Boolean) (Inherited from Pages.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Pages.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also