PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / PDFRendererSettings Constructor / PDFRendererSettings Constructor(double,double,PDFRenderingSurface)
Horizontal resolution used for converting the PDF page to image.
Vertical resolution used for converting the PDF page to image.
Surface used for rendering the page content.
In This Topic
    PDFRendererSettings Constructor(double,double,PDFRenderingSurface)
    In This Topic
    Initializes a new PDFRendererSettings object.
    Syntax
    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.
    See Also