RasterSaveDialogBitsPerPixel Constructor

Summary

Creates an instance of the RasterSaveDialogBitsPerPixel class.

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

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