'Declaration
Public Function CreateRenderingSurface(Of T As {New, PDFRenderingSurface})( _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As T
'Usage
Dim instance As PDFPageRenderer Dim dpiX As Double Dim dpiY As Double Dim value As T value = instance.CreateRenderingSurface(Of T)(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.
Type Parameters
- T
- A rendering surface class.
Return Value
The rendering surface