PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFGray8BlockRenderingSurface Class / createCompatibleSurface Method
In This Topic
    createCompatibleSurface Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFRenderingSurface createCompatibleSurface( 
       int x,
       int y,
       int width,
       int height,
       boolean copyData
    )

    Parameters

    x
    y
    width
    height
    copyData
    See Also