[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Page.GetRenderSize

GetRenderSize Method

GetRenderSize(float, float)

Gets the size of the page on a device with specified horizontal and vertical resolutions.

Declaration
public SizeF GetRenderSize(float deviceDpiX = 72, float deviceDpiY = 72)
Public Function GetRenderSize(Optional deviceDpiX As Single = 72, Optional deviceDpiY As Single = 72) As SizeF
Parameters
Type Name Description
float deviceDpiX

The horizontal device resolution.

float deviceDpiY

The vertical device resolution.

Returns
Type Description
SizeF