SaveWithStamp Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL SaveWithStamp;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Specifies whether to save a stamp with the file (if DLG_SAVE_AUTOPROCESS was set in the FileDlgFlags property and the format supports stamps) or not. If the Save With Stamp check box in the Save dialog box is checked, this property is VARIANT_TRUE. If the box is not checked, this property is VARIANT_FALSE. This is only valid with formats that support stamps.

See Also

Elements

ShowSaveDlg method