LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

FileJ2kOptions Property

Show in webframe





Gets or sets JPEG 2000 Options for saving JPEG and LEAD CMW images.
Syntax
public CodecsJpeg2000SaveOptions FileJ2kOptions {get; set;}
'Declaration
 
Public Property FileJ2kOptions As CodecsJpeg2000SaveOptions
'Usage
 
Dim instance As RasterSaveDialog
Dim value As CodecsJpeg2000SaveOptions
 
instance.FileJ2kOptions = value
 
value = instance.FileJ2kOptions

            

            
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:

Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.