Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsJpeg2000Options Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsJpeg2000Options Class



Provides extra options for loading and saving JPEG 2000 and LEAD CMW images.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class CodecsJpeg2000Options 
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000Options
C# 
public class CodecsJpeg2000Options 
C++/CLI 
public ref class CodecsJpeg2000Options 

Remarks

To use this class, set up the options you want then call RasterCodecs.Load or RasterCodecs.Save.

For more information, refer to Implementing JPEG 2000 Plug in Features.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsJpeg2000Options

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also