UseOriginalFolder Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseOriginalFolder;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "use original folder" radio button was checked in the FileConversion dialog box and whether to save the converted file(s) in the same folder as the source file(s). Possible values are:

Setting

Description

VARIANT_TRUE

The "Use Original folder" radio button was checked and the converted file(s) will be saved in the same folder as the source file(s).

VARIANT_FALSE

The "Use Original folder" radio button was not checked and the converted file(s) will not be saved in the same folder as the source file(s).

See Also

Elements

ShowFileConversionDlg method