PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFBgraByteStripRenderingSurface Class / PDFBgraByteStripRenderingSurface Constructor / PDFBgraByteStripRenderingSurface Constructor(int,int)
The width in pixels of the rendering surface.
The height in pixels of the rendering surface.
In This Topic
    PDFBgraByteStripRenderingSurface Constructor(int,int)
    In This Topic
    Initializes a new PDFBgraByteStripRenderingSurface object with the specified size.
    Syntax
    public PDFBgraByteStripRenderingSurface( 
       int width,
       int height
    )

    Parameters

    width
    The width in pixels of the rendering surface.
    height
    The height in pixels of the rendering surface.
    See Also