| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal bitsPerPixel As Integer, _ ByVal subTypeIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterSaveDialogFileSubType( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel, int subTypeIndex ) | |
| C++/CLI | |
|---|---|
public: RasterSaveDialogFileSubType( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel, int subTypeIndex ) | |
Parameters
- fileTypeIndex
- File type index that includes this sub-type, refer to RasterDialogFileTypesIndex.
- bitsPerPixel
- The bits per pixel that inclued this sub-type, refer to RasterDialogFileTypesIndex.
- subTypeIndex
- The sub type index, refer to RasterDialogFileTypesIndex to know the proper sub-type Index.
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