Cleans up all data variables and buffers allocated by the JPEG or LEAD CMP compression engine.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub StopCompress() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterCodecs
instance.StopCompress() |
C# | |
---|
public void StopCompress() |
C++/CLI | |
---|
public:
void StopCompress(); |
Example
For an example, refer to
StartCompress(Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,Int32,Byte[],Int32,Int32,CodecsCompression,CodecsCompressDataCallback).
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