THotPDF.SwitchLoadedPages Method
Method summary: THotPDF.SwitchLoadedPages Method
Declaration
procedure SwitchLoadedPages(FirstIndex, SecondIndex: Integer);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
FirstIndex | Zero-based index of the first loaded page |
SecondIndex | Zero-based index of the second loaded page |
Return value
Returns no value
Usage notes
- Passing the same valid index twice leaves the document unchanged
- Invalid indexes raise an exception
Related APIs
- THotPDF
- THPDFPage
- Contents