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