Transparent property (LEADDlgWeb Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool Transparent

Delphi Syntax

Transparent: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates whether the "Transparency-Enabled" checkbox was checked in the PNGWebTuner or GIFWebTuner dialog boxes. Possible values are:

Value

Meaning

TRUE

The "Transparency-Enabled" check box was checked. The PNG or GIF image will have a transparent color.

FALSE

The "Transparency-Enabled" check box wasn’t checked. The PNG or GIF image will not have a transparent color.

This property is associated with PNGWebTuner and GIFWebTuner dialog boxes.

Note: not all web browsers are capable of presenting transparency for PNG images (especially for 24bits PNG images).

See Also

Elements:

ShowPNGWebTunerDlg method, ShowGIFWebTunerDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events