EnableLogReport Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableLogReport;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Log Report" check box was checked in the FileConversion dialog box and whether to view the Log Report after the conversion operation is finished. Possible values are:

Setting

Description

VARIANT_TRUE

The "Log Report" check box was checked and the Log Report will be displayed after the conversion process.

VARIANT_FALSE

The "Log Report" check box was not checked and the Log Report will not be displayed after the conversion process.

See Also

Elements

ShowFileConversionDlg method