LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

RasterOpenDialogLoadFormat Constructor (RasterOpenDialogLoadFormat)






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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOpenDialogLoadFormat Structure
RasterOpenDialogLoadFormat Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.