LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Compress(IntPtr) Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class > Compress Method : Compress(IntPtr) Method



data
Pointer to unmanaged memory that holds the data to be compressed.
data
Pointer to unmanaged memory that holds the data to be compressed.
Does buffer-to-buffer JPEG or LEAD CMP compression using an unmanaged memory buffer.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Compress( _
   ByVal data As IntPtr _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim data As IntPtr
 
instance.Compress(data)
C# 
public void Compress( 
   IntPtr data
)
C++/CLI 
public:
void Compress( 
   IntPtr data
) 

Parameters

data
Pointer to unmanaged memory that holds the data to be compressed.

Example

Remarks

Requirements

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

See Also