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