[]
Returns the matrix used to convert coordinates in content stream of this page to device coordinates.
public Matrix3x2 GetUserToDeviceMatrix(float deviceDpiX, float deviceDpiY, bool ignoreRotate = false)
Public Function GetUserToDeviceMatrix(deviceDpiX As Single, deviceDpiY As Single, Optional ignoreRotate As Boolean = False) As Matrix3x2
Type | Name | Description |
---|---|---|
float | deviceDpiX | The horizontal device resolution. |
float | deviceDpiY | The vertical device resolution. |
bool | ignoreRotate | Indicates whether to ignore rotation specified for page with Rotate property. |
Type | Description |
---|---|
Matrix3x2 |