PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRgbaByteStripRenderingSurface Class / writeCompressedStrips Method
In This Topic
    writeCompressedStrips Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void writeCompressedStrips( 
       Stream outputStream,
       tiffCompression tiffCompression,
       int[] offsets,
       int[] stripSizes
    )

    Parameters

    outputStream
    tiffCompression
    offsets
    stripSizes
    See Also