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