BitsPerPixel property (LEADDlgWeb Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT BitsPerPixel

Delphi Syntax

BitsPerPixel: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

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

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events