'Declaration
Public Function New( _ ByVal dpiX As Double, _ ByVal dpiY As Double, _ ByVal renderingSurface As PdfRenderingSurface _ )
'Usage
Dim dpiX As Double Dim dpiY As Double Dim renderingSurface As PdfRenderingSurface Dim instance As New PdfRendererSettings(dpiX, dpiY, renderingSurface)
public PdfRendererSettings( double dpiX, double dpiY, PdfRenderingSurface renderingSurface )
public: PdfRendererSettings( double dpiX, double dpiY, PdfRenderingSurface^ renderingSurface )
Parameters
- dpiX
- Horizontal resolution used for converting the PDF page to image.
- dpiY
- Vertical resolution used for converting the PDF page to image.
- renderingSurface
- Surface used for rendering the page content.