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



Represents the load options that can be used in the load process for the formats that have load options RasterDialogFileData, this class will be filled with File Load Options dialog options.

Object Model







Syntax

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

Example

Refer to RasterOpenDialog example.

Remarks

The File Options dialog can be seen below:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogFileOptions

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