EnableStamp Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableStamp;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Save Thumbnail" checkbox was checked in the JPEGWebTuner dialog box. Possible values:

Setting

Description

VARIANT_TRUE

The "Save Thumbnail" check box was checked. Save the image with a stamp.

VARIANT_FALSE

The "Save Thumbnail" check box wasn’t checked. Save the image without a stamp.

A stamp is a small thumbnail image saved in addition to the normal image in the same file.

See Also

Elements

ShowJPEGWebTunerDlg method