Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetRenderSize Method
The horizontal device resolution.
The vertical device resolution.

In This Topic
    GetRenderSize Method
    In This Topic
    Gets the size of the page on a device with specified horizontal and vertical resolutions.
    Syntax
    'Declaration
     
    Public Function GetRenderSize( _
       Optional ByVal deviceDpiX As System.Single, _
       Optional 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