'Declaration
Public Overloads Function GetPageImageSize( _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As Xfinium.Pdf.Graphics.PdfSize
'Usage
Dim instance As PdfPageRenderer Dim dpiX As Double Dim dpiY As Double Dim value As Xfinium.Pdf.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.