Quality property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT Quality

Delphi Syntax

Quality: L_INT

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events