Collection of pages in this document.

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

Syntax

C#
public PageCollection Pages { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pages As PageCollection

Examples

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

See Also