Documents for PDF, .NET Edition Documentation
GetUserToDeviceMatrix Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : GetUserToDeviceMatrix Method
The horizontal device resolution.
The vertical device resolution.
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 _
) As System.Numerics.Matrix3x2
public System.Numerics.Matrix3x2 GetUserToDeviceMatrix( 
   System.float deviceDpiX,
   System.float deviceDpiY
)

Parameters

deviceDpiX
The horizontal device resolution.
deviceDpiY
The vertical device resolution.
See Also

Reference

Page Class
Page Members