Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetUserToDeviceMatrix Method
The horizontal device resolution.
The vertical device resolution.
Indicates whether to ignore rotation specified for page with Rotate property.

In This Topic
    GetUserToDeviceMatrix Method
    In This Topic
    Returns the matrix used to convert coordinates in content stream of this page to device coordinates.
    Syntax
    'Declaration
     
    Public Function GetUserToDeviceMatrix( _
       ByVal deviceDpiX As System.Single, _
       ByVal deviceDpiY As System.Single, _
       Optional ByVal ignoreRotate As System.Boolean _
    ) As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 GetUserToDeviceMatrix( 
       System.float deviceDpiX,
       System.float deviceDpiY,
       System.bool ignoreRotate
    )

    Parameters

    deviceDpiX
    The horizontal device resolution.
    deviceDpiY
    The vertical device resolution.
    ignoreRotate
    Indicates whether to ignore rotation specified for page with Rotate property.
    See Also