Click or drag to resize

PageGetDefaultMatrix Method

Gets the default matrix.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Matrix2D GetDefaultMatrix()

Return Value

Type: Matrix2D
the matrix that transforms user space coordinates to rotated and cropped coordinates. The origin of this space is the bottom-left of the rotated, cropped page.
See Also