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