PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageRenderer Class / getPageImageSize Method / getPageImageSize(double) Method
The resolution used for converting the vector PDF page to raster.
In This Topic
    getPageImageSize(double) Method
    In This Topic
    Gets the size in pixels of the page when converted to image at the specified resolution.
    Syntax
    public PDFSize getPageImageSize( 
       double dpi
    )

    Parameters

    dpi
    The resolution used for converting the vector PDF page to raster.

    Return Value

    Image size in pixels.
    See Also