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



name
The format name that will be displayed in the File Type combo.
extensions
The extension that will be used to filter the display files with.
Creates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal extensions As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim extensions As String
 
Dim instance As New RasterOpenDialogLoadFormat(name, extensions)
C# 
public RasterOpenDialogLoadFormat( 
   string name,
   string extensions
)
C++/CLI 
public:
RasterOpenDialogLoadFormat( 
   String^ name,
   String^ extensions
)

Parameters

name
The format name that will be displayed in the File Type combo.
extensions
The extension that will be used to filter the display files with.

Example

Refer to RasterOpenDialog example.

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