Documents for PDF, .NET Edition Documentation
GetRenderSize Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : GetRenderSize Method
The horizontal device resolution.
The vertical device resolution.
Gets the size of the page on a device with specified horizontal and vertical resolutions.
Syntax
'Declaration
 
Public Function GetRenderSize( _
   ByVal deviceDpiX As System.Single, _
   ByVal deviceDpiY As System.Single _
) As System.Drawing.SizeF
public System.Drawing.SizeF GetRenderSize( 
   System.float deviceDpiX,
   System.float deviceDpiY
)

Parameters

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

Reference

Page Class
Page Members