| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Jpeg2000 As CodecsJpeg2000Options | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CodecsJpeg2000Options Jpeg2000 {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsJpeg2000Options^ Jpeg2000 { CodecsJpeg2000Options^ get(); } | |
Return Value
The JPEG 2000 load and save options.For an example, refer to CodecsJpeg2000Options
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code