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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.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..::..PageCollection

See Also