[]
Gets the size of the page on a device with specified horizontal and vertical resolutions.
public SizeF GetRenderSize(float deviceDpiX = 72, float deviceDpiY = 72)
Public Function GetRenderSize(Optional deviceDpiX As Single = 72, Optional deviceDpiY As Single = 72) As SizeF
Type | Name | Description |
---|---|---|
float | deviceDpiX | The horizontal device resolution. |
float | deviceDpiY | The vertical device resolution. |
Type | Description |
---|---|
SizeF |