'DeclarationPublic Function New( _ ByVal dpiX As Double, _ ByVal dpiY As Double, _ ByVal renderingSurface As PDFRenderingSurface _ )
'UsageDim 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.