PageGetDefaultMatrix Method |
Gets the default matrix.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Matrix2D GetDefaultMatrix()
Public Function GetDefaultMatrix As Matrix2D
public:
virtual Matrix2D^ GetDefaultMatrix() sealed
function 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