var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl); var value; // Type: Vintasoft.Imaging.Pdf.WebPdfPageJS // Parameters var index; // Type: number value = instance.getPage(index);
function getPage(
indexZero-based index of page of this PDF document.: number
) : WebPdfPageJS;
Parameters
- index
- Zero-based index of page of this PDF document.
Return Value
An instance of WebPdfPageJS class.