LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterRleCompressor Class
See Also  Members  
Leadtools Namespace : RasterRleCompressor Class



Provides support for working with compressed image data buffers.

Object Model

RasterRleCompressor Class

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class RasterRleCompressor 
Visual Basic (Usage)Copy Code
Dim instance As RasterRleCompressor
C# 
public static class RasterRleCompressor 
C++/CLI 
public ref class RasterRleCompressor abstract sealed 

Example

For an example, refer to RasterImage.SetRowColumnCompressed.

Inheritance Hierarchy

System.Object
   Leadtools.RasterRleCompressor

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also