EnableTransparent Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Transparent;

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:

Setting

Description

VARIANT_TRUE

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

VARIANT_FALSE

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

The EnableTransparent property is associated with the PNGWebTuner and GIFWebTuner dialog boxes.

See Also

Elements

ShowPNGWebTunerDlg method, ShowGIFWebTunerDlg method