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



Gets the JPEG 2000 and LEAD CMW load and save options.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Jpeg2000 As CodecsJpeg2000Options
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions
Dim value As CodecsJpeg2000Options
 
value = instance.Jpeg2000
C# 
public CodecsJpeg2000Options Jpeg2000 {get;}
C++/CLI 
public:
property CodecsJpeg2000Options^ Jpeg2000 {
   CodecsJpeg2000Options^ get();
}

Property Value

The JPEG 2000 and LEAD CMW load and save options.

Example

For an example, refer to CodecsJpeg2000Options.

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