EnableKeepFrameState Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableKeepFrameState;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates the state of the frame bitmap in the AddFrame dialog box.

Possible values are:

Setting

Description

VARIANT_TRUE

Keep the state of the frame bitmap and operate on a copy of the frame bitmap.

VARIANT_FALSE

Work on the original frame bitmap so this bitmap may be resized during the AddFrame method.

This flag is only used as an input and only when ADDFRAME_AUTOPROCESS is set in the UIFlags property before calling the ShowAddFrameDlg method.

See Also

Elements

ShowAddFrameDlg method