LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterOpenDialog Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterOpenDialog Class



Displays the Open dialog box, and gets the options for Leadtools.Codecs.RasterCodecs.Load(System.Uri,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32).

Object Model

RasterOpenDialog ClassRasterOpenDialogLoadFormat Structure

Syntax

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

Example

Remarks

The Open dialog can be seen below:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterOpenDialog

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also