Parameters
- index
- Zero-based index of page of this PDF document.
Return Value
An instance of WebPdfPageJS class.
| Exception | Description |
|---|---|
| Thrown if argument has wrong type. | |
| Thrown if argument is less than zero or argument is equal to or greater than PDF document page count. | |
| Thrown if class does NOT have information about PDF document. |
Before calling this method you must call the "requestDocumentInfo" method for getting information about PDF document.
Call the "isDocumentInfoReceived" method if you want to determine that class already received information about PDF document.