PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageRenderer Class / createRenderingSurface Method
The horizontal resolution used for converting the vector PDF page to raster.
The vertical resolution used for converting the vector PDF page to raster.
In This Topic
    createRenderingSurface Method
    In This Topic
    Creates a rendering surface fit for rendering the current page.
    Syntax
    public PDFRenderingSurface createRenderingSurface( 
       PDFRenderingSurfaceType rsType,
       double dpiX,
       double dpiY
    )

    Parameters

    rsType
    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

    The rendering surface.
    See Also