LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

ShowFileOptionsJ2kOptions Property






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 bool ShowFileOptionsJ2kOptions {get; set;}
 get_ShowFileOptionsJ2kOptions();
set_ShowFileOptionsJ2kOptions(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.