View Projection
interface ViewProjection
Projection between the view coordinate space and the PDF coordinate space. To retrieve an instance of this, use getViewProjection. For more information on coordinate spaces and coordinate conversions, please refer to our Coordinate Space Conversion online guide.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts the coordinates stored within
point
from the view coordinate space (i.e.Link copied to clipboard
Converts the coordinates stored within
point
from the PDF coordinate space of the given pageIndex
to the view coordinate space (i.e.Link copied to clipboard
Converts the PDF coordinates stored in
rect
(of the given pageIndex
) to view coordinates.