Quality Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

short Quality;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates the quality of the resulting bitmap in the AddFrame dialog box. Possible values are:

Value

Meaning

FRAME_QUALITY_LOW

[0] Give the resulting bitmap normal quality.

FRAME_QUALITY_HIGH

[1] Give the resulting bitmap high quality.

When the dialog box closes, this property will be updated according to the Quality combo box value in the dialog box.

See Also

Elements

ShowAddFrameDlg method