Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogMiscFileOptions Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogMiscFileOptions Class



Represents the Raster Miscellaneous File load options that can be used when loading images that use the RasterImageFormat.Cmw, RasterImageFormat.Jp2, RasterImageFormat.J2k or RasterImageFormat.Jbig formats.

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogMiscFileOptions 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogMiscFileOptions
C# 
public class RasterDialogMiscFileOptions 
C++/CLI 
public ref class RasterDialogMiscFileOptions 

Example

Refer to RasterOpenDialog example.

Remarks

This class is used to fill the Resolution drop-down list box on the Resolution tab of the File Load Options dialog box when an image in one of the listed formats is being loaded, as shown in the following figure:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogMiscFileOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also