EnableRemoveSourceFile Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableRemoveSourceFile;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Delete\Overwrite file(s)" check box was checked in the FileConversion dialog box and whether to remove the source file(s) after the conversion operation is finished. Possible values are:

Setting

Description

VARIANT_TRUE

The "Delete\Overwrite file(s)" check box was checked and the source file will be removed after the conversion process has completed.

VARIANT_FALSE

The "Delete\Overwrite file(s)" check box was not checked and the source file will not be removed after the conversion process has completed.

See Also

Elements

ShowFileConversionDlg method