PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRgbByteStripRenderingSurface Class / PDFRgbByteStripRenderingSurface Constructor / PDFRgbByteStripRenderingSurface Constructor(int,int)
The width in pixels of the rendering surface.
The height in pixels of the rendering surface.
In This Topic
    PDFRgbByteStripRenderingSurface Constructor(int,int)
    In This Topic
    Initializes a new PDFRgbByteStripRenderingSurface object with the specified size.
    Syntax
    public PDFRgbByteStripRenderingSurface( 
       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