LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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);
}

Property Value

A Leadtools.Codecs.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also