Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SetRowColumnCompressed Method
See Also 
Leadtools Namespace > RasterImage Class : SetRowColumnCompressed Method



Puts a row (or part of a row) of 1-bit compressed data from a buffer into an image that is maintained in its compressed format.

Overload List

OverloadDescription
SetRowColumnCompressed(Byte[],UInt16[],Int32,Int32,Int32,Int32) Puts a row (or part of a row) of 1-bit compressed data from a buffer into an image that is maintained in its compressed format.  
SetRowColumnCompressed(IntPtr,IntPtr,Int32,Int32,Int32) Puts a row (or part of a row) of 1-bit compressed data from an unmanaged memory buffer to an image that is maintained in its compressed format.  

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also