PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setSnapRectanglesToGrid Method
True if the rectangles should be aligned to pixel grid.
In This Topic
    setSnapRectanglesToGrid Method
    In This Topic
    Sets a value indicating whether the rendered rectangles should be aligned to pixel grid.
    Syntax
    public void setSnapRectanglesToGrid( 
       boolean value
    )

    Parameters

    value
    True if the rectangles should be aligned to pixel grid.
    See Also