RasterSaveDialogBitsPerPixelList Constructor

Summary

Creates an instance of the RasterSaveDialogBitsPerPixelList class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ 
   ByVal flags As RasterDialogBitsPerPixelDataContent _ 
) 
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.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly