Collection of pages in this document.

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

Syntax

C#
public PageCollection Pages { get; }
Visual Basic
Public ReadOnly Property Pages As PageCollection
	Get

Examples

CopyC#
for ( int i=0; i<<b>document.Pages</b>.Count; i++ )
{
   pagesListBox.Items.Add( "Page " + ( i + 1 ) ); 
}

See Also