Retrieve a page by 0-based index.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public Page this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Page Get |
Parameters
- index
- Type: System..::..Int32