'Declaration
Public Overloads Function GetPageImageSize( _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As O2S.Components.PDF4NET.Graphics.PDFSize
'Usage
Dim instance As PDFPageRenderer Dim dpiX As Double Dim dpiY As Double Dim value As O2S.Components.PDF4NET.Graphics.PDFSize value = instance.GetPageImageSize(dpiX, dpiY)
Parameters
- dpiX
- The horizontal resolution used for converting the vector PDF page to raster.
- dpiY
- The vertical resolution used for converting the vector PDF page to raster.
Return Value
Image size in pixels.