PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFBgrByteBlockRenderingSurface Class / PDFBgrByteBlockRenderingSurface Constructor / PDFBgrByteBlockRenderingSurface Constructor(int,int)
Surface width.
Surface height.
In This Topic
    PDFBgrByteBlockRenderingSurface Constructor(int,int)
    In This Topic
    Initializes a new PDFBgrByteBlockRenderingSurface object.
    Syntax
    public PDFBgrByteBlockRenderingSurface( 
       int width,
       int height
    )

    Parameters

    width
    Surface width.
    height
    Surface height.
    See Also