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

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

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

Inheritance Hierarchy

System..::..Object
  TallComponents.Web.Pdf..::..PageCollection

See Also