AnnShowRotateHandles property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL AnnShowRotateHandles

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) (Read Only) Flag that indicates whether the annotation rotate handles are shown or hidden. Possible values are:

Value

Meaning

TRUE

The annotation object rotate handles are shown.

FALSE

The annotation object rotate handles are shown hidden.

The default value for AnnShowRotateHandles property is FALSE, which means that when an object is selected it will not show rotate handles. This function is one of the new functions being introduced as part of Version 14.5.

Note:

In Version 14.5, you need to first enable this function by calling the AnnSetOptions method with the ANN_OPTIONS_NEW_ROTATE flag set. For more information, refer to New Annotation Features of Version 14.5.

See Also

Elements:

AnnGetRotateOptions method, AnnSetRotateOptions method

Topics:

Annotations (Document/Medical only): Object Manipulation

 

New Annotation Features of Version 14.5