getNormalizedToRawTransformation

abstract fun getNormalizedToRawTransformation(@IntRange(from = 0) pageIndex: Int): Matrix

Returns a transformation matrix for converting normalized page coordinates (for the given pageIndex) to raw page coordinates.

Return

Transformation matrix for converting normalized page coordinates to raw page coordinates.

Parameters

pageIndex

Number of the page for which to retrieve the transformation (0 denotes the first page).

Throws

If the specified page doesn't exist.