to Pdf Rect
Maps a raw PDF rect to a normalized PDF rect. Converts the coordinates stored within
rect
from the raw PDF coordinate space of the given pageIndex
to the normalized PDF coordinate space (of the same page). This method modifies rect
in place.
Parameters
rect
Rect in raw PDF coordinates on the given pageIndex
that should be converted to normalized PDF coordinates of the same page.
page Index
Target page for the conversion (0
denotes the first page).
Throws
If the specified page doesn't exist.