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
)
Public Function GetDefaultMatrix (
flip As Boolean
) As Matrix2D
public:
virtual Matrix2D^ GetDefaultMatrix(
[InAttribute] bool flip
) sealed
function GetDefaultMatrix(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