getTrasformFromPageSpaceToImageSpace Method
In This Topic
Returns the transformation matrix from page space to the image space.
Syntax
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);
Parameters
- resolution
- Image resolution.
Return Value
WebMatrixJS that transforms page space to the image space.
Exceptions
| Exception | Description |
| Thrown if PDF page does not have required information. |
Browser Compatibility
See Also