PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setRenderingSurface Method
The surface on which the PDF page is rendered.
In This Topic
    setRenderingSurface Method
    In This Topic
    Sets the rendering surface.
    If no rendering surface is provided a default RGBA surface is created.
    Syntax
    public void setRenderingSurface( 
       PDFRenderingSurface value
    )

    Parameters

    value
    The surface on which the PDF page is rendered.
    See Also