LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

RasterOpenDialogLoadFormat Constructor (RasterOpenDialogLoadFormat)

Show in webframe





The format name that will be displayed in the File Type combo.
The extension that will be used to filter the display files with.
Creates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.
Syntax
public RasterOpenDialogLoadFormat( 
   string name,
   string extensions
)
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal extensions As String _
)
'Usage
 
Dim name As String
Dim extensions As String
 
Dim instance As New RasterOpenDialogLoadFormat(name, extensions)

            

            
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

See Also

Reference

RasterOpenDialogLoadFormat Structure
RasterOpenDialogLoadFormat Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.