| Visual Basic (Declaration) | |
|---|---|
Public Property FileJ2kOptions As CodecsJpeg2000SaveOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterSaveDialog Dim value As CodecsJpeg2000SaveOptions instance.FileJ2kOptions = value value = instance.FileJ2kOptions | |
| C# | |
|---|---|
public CodecsJpeg2000SaveOptions FileJ2kOptions {get; set;} | |
| C++/CLI | |
|---|---|
public: property CodecsJpeg2000SaveOptions^ FileJ2kOptions { CodecsJpeg2000SaveOptions^ get(); void set ( CodecsJpeg2000SaveOptions^ value); } | |
Property Value
A Leadtools.Codecs.CodecsJpeg2000SaveOptions class that contains options for saving JPEG and LEAD CMW images.Refer to RasterSaveDialog example.
The File J2k Options dialog can be seen below:

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code