AnnFixed property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL AnnFixed ( long hObject);

Overview

Refer to Implementing Annotations.

Remarks

Indicates whether the specified annotation object is fixed. Possible values are:

Value

Meaning

VARIANT_TRUE

The annotation object is fixed.

VARIANT_FALSE

The annotation object is not fixed.

The following annotations cannot be fixed:

ANN_OBJECT_CONTAINER

ANN_OBJECT_REDACT

ANN_OBJECT_ENCRYPT

You must set the Flags property before setting this property. Possible values for the Flags property, when used with this property, are:

0

ANN_FLAG_SELECTED

ANN_FLAG_NOTTHIS

ANN_FLAG_RECURSE

ANN_FLAG_NOTCONTAINER

ANN_FLAG_NOINVALIDATE

ANN_FLAG_CHECKMENU

To determine whether an error has occurred, check the AnnError property.

See Also

Elements:

Flags property, AnnFixed property

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Displaying Annotations