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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Inheritance Hierarchy

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

See Also