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

ShowFileOptionsJ2kOptions Property

Show in webframe





Gets or sets a value that indicates whether to display the J2K Options button in the File Save Options dialog box.
Syntax
public bool ShowFileOptionsJ2kOptions {get; set;}
'Declaration
 
Public Property ShowFileOptionsJ2kOptions As Boolean
'Usage
 
Dim instance As RasterSaveDialog
Dim value As Boolean
 
instance.ShowFileOptionsJ2kOptions = value
 
value = instance.ShowFileOptionsJ2kOptions

            

            
public:
property bool ShowFileOptionsJ2kOptions {
   bool get();
   void set (    bool value);
}

Property Value

true to display the J2K Options button; otherwise, false.
Remarks

When the J2K Options button is clicked, the JPEG2000 Options dialog box displays. Set this to true to give the user the ability to view the Jpeg2000 Options dialog.

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.