MapWinGIS:Image CdlgFilter
From MapWindow GIS
CdlgFilter
Returns the common dialog filter containing all supported file extensions in string format.
VB.NET Usage
ReadOnly Property CdlgFilter() As String
Parameters
|
ReturnValue | The filter containing all file extensions supported by MapWinGIS. |
Sample Code
Private Sub CdlgFilter()
Dim img As New MapWinGIS.Image()
'Display the supported file formats in a message box
MsgBox(img.CdlgFilter)
End Sub
VB 6 Usage
ReadOnly Property CdlgFilter() As String
Parameters
|
ReturnValue | The filter containing all file extensions supported by MapWinGIS. |
Sample Code
Private Sub CdlgFilter()
Dim img As New MapWinGIS.Image
'Display the supported file formats in a message box
MsgBox (img.CdlgFilter)
End Sub
















