EnableAdjust property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL EnableAdjust;

Overview

Refer to Implementing Annotations.

Remarks

Specifies whether the annotation will be automatically adjusted when changing the fixed states. Possible values are:

Setting

Description

VARIANT_TRUE

The annotation object is automatically adjusted when changing the fixed state.

VARIANT_FALSE

The annotation object is not automatically adjusted when changing the fixed state.

Setting EnableAdjust to VARIANT_TRUE automatically adjusts the size and location of the object before fixing or un-fixing the annotation object. The result is the annotation object will not jump around as you change its fixed state.

If you set EnableAdjust to VARIANT_FALSE, the annotation object can move or resize if the annotation container has scalar values other than 1, or offset values other than 0.

See Also

Elements:

AnnFixed property

Topics:

Annotations (Document/Medical only): Object Manipulation