pointsFromPageSpaceToImageSpace Method
In This Topic
Converts points from image coordinate space to PDF page coordinate space taking into account the image resolution.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
var value; // Type: any
// Parameters
var points; // Type: object
var resolution; // Type: object
value = instance.pointsFromPageSpaceToImageSpace(points, resolution);
function pointsFromPageSpaceToImageSpace(
: object,
: object
) : any;
Parameters
- points
- Points, in the image's coordinate space, to convert.
- resolution
- Image resolution.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also