'Declaration
Public Function GetPageImageBox( _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As Integer()
'Usage
Dim instance As PdfPageRenderer Dim dpiX As Double Dim dpiY As Double Dim value() As Integer value = instance.GetPageImageBox(dpiX, dpiY)
public: array<int>^ GetPageImageBox( double dpiX, double 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.