Visual Basic (Declaration) | |
---|---|
Public Sub Add( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal bitsPerPixe As Integer, _ ByVal subTypeDataContent As RasterDialogFileSubTypeDataContent _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Add( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixe, RasterDialogFileSubTypeDataContent subTypeDataContent ) |
Managed Extensions for C++ | |
---|---|
public: void Add( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixe, RasterDialogFileSubTypeDataContent subTypeDataContent ) |
C++/CLI | |
---|---|
public: void Add( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixe, RasterDialogFileSubTypeDataContent subTypeDataContent ) |
Parameters
- fileTypeIndex
- Save dialog file type index that includes the bits per pixel, refer to RasterDialogFileTypesIndex.
- bitsPerPixe
- Save dialog bits per pixel to be added, refer to RasterDialogFileTypesIndex.
- subTypeDataContent
- The added sub-types for this bits per pixel data, refer to RasterDialogFileSubTypeDataContent.
Return Value
The index of the added item.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