var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex); var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS // Parameters var resolution; // Type: WebResolutionJS value = instance.getTrasformFromPageSpaceToImageSpace(resolution);
function getTrasformFromPageSpaceToImageSpace(
resolutionImage resolution.: WebResolutionJS
) : WebMatrixJS;
Parameters
- resolution
- Image resolution.
Return Value
WebMatrixJS that transforms page space to the image space.