PageCollection Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Represents a collection of document pages.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.RasterizerPageCollection

Namespace:  Apitron.PDF.Rasterizer
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class PageCollection : IEnumerable<Page>, 
	IEnumerable

The PageCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the pages count.
Public propertyItem
Gets the Page at the specified index inside the collection.
Top
Methods

  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetPage
Gets the page.
Public methodIndexOf
Gets the indexes of the specified page.
Top
See Also

Reference