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