Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal flags As RasterDialogBitsPerPixelDataContent _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim fileTypeIndex As RasterDialogFileTypesIndex Dim flags As RasterDialogBitsPerPixelDataContent Dim instance As New RasterSaveDialogBitsPerPixelList(fileTypeIndex, flags) |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7