| Visual Basic (Declaration) | |
|---|---|
Public Sub Add( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal bitsPerPixel As Integer, _ ByVal subTypeIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Add( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel, int subTypeIndex ) | |
| C++/CLI | |
|---|---|
public: void Add( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel, int subTypeIndex ) | |
Parameters
- fileTypeIndex
- Save dialog file format index that includes the sub-type, refer to RasterDialogFileTypesIndex.
- bitsPerPixel
- Save dialog file format bits per pixel that includes the sub-type, refer to RasterDialogFileTypesIndex.
- subTypeIndex
- Save dialog file format sub-type RasterDialogFileTypesIndex.
Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family