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



fileTypeIndex
File type index that includes this bits per pixel, refer to RasterDialogFileTypesIndex.
bitsPerPixel
The format bits per pixel, refer to RasterDialogFileTypesIndex.
Creates an instance of the RasterSaveDialogBitsPerPixel class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _
   ByVal bitsPerPixel As Integer _
)
Visual Basic (Usage)Copy Code
Dim fileTypeIndex As RasterDialogFileTypesIndex
Dim bitsPerPixel As Integer
 
Dim instance As RasterSaveDialogBitsPerPixel(fileTypeIndex, bitsPerPixel)
C# 
public RasterSaveDialogBitsPerPixel( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel
)
C++/CLI 
public:
RasterSaveDialogBitsPerPixel( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel
)

Parameters

fileTypeIndex
File type index that includes this bits per pixel, refer to RasterDialogFileTypesIndex.
bitsPerPixel
The format bits per pixel, refer to RasterDialogFileTypesIndex.

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