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



Gets the JPEG 2000 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();
}

Return Value

The JPEG 2000 load and save options.

Example

For an example, refer to CodecsJpeg2000Options

Requirements

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

See Also