getRawToNormalizedTransformation

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

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

Return

Transformation matrix for converting raw page coordinates to normalized 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.