Collection of pages in this document.
Namespace: TallComponents.PDF.RasterizerAssembly: 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
for ( int i=0; i<<b>document.Pages</b>.Count; i++ ) { pagesListBox.Items.Add( "Page " + ( i + 1 ) ); }