BitsPerPixel Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

short BitsPerPixel;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the bits per pixel for the tuned bitmap.

The BitsPerPixel property is associated with the following dialog boxes:

PNGWebTuner dialog box:

In this case the valid values will be: 1, 4, 8, 24, and 32 bpp.

GIFWebTuner dialog box:

In this case the valid values will be: 1, 2, 3, 4, 5, 6, 7, and 8 bpp.

See Also

Elements

ShowPNGWebTunerDlg method, ShowGIFWebTunerDlg method