Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FileJ2kOptions Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialog Class : FileJ2kOptions Property



Gets or sets JPEG 2000 Options for saving JPEG and LEAD CMW images.

Syntax

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);
}

Return Value

A CodecsJpeg2000SaveOptions class that contains options for saving JPEG and LEAD CMW images.

Example

Refer to RasterSaveDialog example.

Remarks

The File J2k Options dialog can be seen below:

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also