Collection of pages inside a PDF document. Non-creatable. Obtained through the Pages property of Document.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.92.0

Syntax

C#
public class PageCollection : IEnumerable<Page>, 
	IEnumerable
Visual Basic
Public Class PageCollection _
	Implements IEnumerable(Of Page), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Rasterizer..::..PageCollection

See Also