Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterSaveDialogBitsPerPixelList Constructor
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogBitsPerPixelList Class : RasterSaveDialogBitsPerPixelList Constructor



fileTypeIndex
File type index to be included, refer to RasterDialogFileTypesIndex.
flags
The bits per pixel list content, refer to RasterDialogBitsPerPixelDataContent.
Creates an instance of the RasterSaveDialogBitsPerPixelList class.

Syntax

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 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.

Example

Refer to RasterSaveDialog example.

Requirements

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

See Also