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