AnnGetNameOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnGetNameOptions (long hObject);

Overview

Refer to Implementing Annotations.

Remarks

Gets the annotation name options for the specified annotation object.

This method updates the AnnNameOptions property with the annotation name options for the object specified in hObject.

To set annotation name options set the AnnNameOptions property with the desired name options, and then call the AnnSetNameOptions method.

See Also

Elements:

AnnNameOptions property, AnnSetNameOptions method, Flags property, EnableShowName property, AnnotationName property, X property, Y property, EnableNameRestrict property, FaceNameColor property, BackNameColor property, EnableNameBackTransparent property, FontName property, EnableFontItalic property, EnableFontStrikeOut property, EnableFontUnderLine property, FontSize property

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Obtaining Annotation Object Information