C#
VB
C++
Creates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.
public RasterOpenDialogLoadFormat(
string name,
string extensions
)
Public Function New( _
ByVal name As String, _
ByVal extensions As String _
)
public:
RasterOpenDialogLoadFormat(
String^ name,
String^ extensions
)
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.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET