Does buffer-to-buffer JPEG or LEAD CMP compression using an unmanaged memory buffer.
function Leadtools.Codecs.RasterCodecs.Compress(IBuffer,Int32)(
data ,
dataIndex
)
data
Pointer to unmanaged memory that holds the data to be compressed.
dataIndex
Index into data where the data starts.
You must call StartCompress before using this method, and you must call StopCompress to end the compression process. For a description of how these methods work together, refer to StartCompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET