[]
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)
| 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 |