Collection of pages inside a PDF document.
Non-creatable. Obtained through the Pages property of Document.
Namespace: TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.92.0
Syntax
| C# |
|---|
public class PageCollection : IEnumerable<Page>, IEnumerable |
| Visual Basic |
|---|
Public Class PageCollection _ Implements IEnumerable(Of Page), IEnumerable |