Click or drag to resize

PageGetDefaultMatrix Method (Boolean)

Gets the default matrix.

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

Parameters

flip
Type: SystemBoolean
this parameter can be used to mirror the page. if 'flip_y' is true the Y axis is not flipped and it is increasing, otherwise Y axis is decreasing.

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