Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal flags As RasterDialogBitsPerPixelDataContent _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterSaveDialogBitsPerPixelList( RasterDialogFileTypesIndex fileTypeIndex, RasterDialogBitsPerPixelDataContent flags ) |
Managed Extensions for C++ | |
---|---|
public: RasterSaveDialogBitsPerPixelList( RasterDialogFileTypesIndex fileTypeIndex, RasterDialogBitsPerPixelDataContent flags ) |
C++/CLI | |
---|---|
public: RasterSaveDialogBitsPerPixelList( RasterDialogFileTypesIndex fileTypeIndex, RasterDialogBitsPerPixelDataContent flags ) |
Parameters
- fileTypeIndex
- File type index to be included, refer to RasterDialogFileTypesIndex.
- flags
- The bits per pixel list content, refer to RasterDialogBitsPerPixelDataContent.
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