FileJ2kOptions Property

Summary

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

Syntax
C#
VB
C++
public CodecsJpeg2000SaveOptions FileJ2kOptions { get; set; } 
  
Public Property FileJ2kOptions As CodecsJpeg2000SaveOptions 
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.

Remarks

The File J2k Options dialog can be seen below:

jpeg2000-options.jpg

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly