AnnGetTextOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnGetTextOptions(long hObject, long lFlags);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets the text options for the specified annotation object.

The following properties will be updated after calling this method:

image\sqrblit.gif AnnShowText property

image\sqrblit.gif AnnShowBorder property

image\sqrblit.gif AnnTextColor property

The hObject parameter can represent any annotation object type, but the return information is only useful for text annotatations.

Note:

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

See Also

Elements:

AnnSetTextOptions method, AnnSetText method, AnnGetText method, AnnTextAlign property, AnnTextRotate property, AnnSetOptions method, AnnFillMode property, AnnAlpha property, AnnShowText property, AnnShowBorder property, AnnTextColor property

Topics:

New Annotation Features of Version 14.5

 

Annotations (Document/Medical only): Object Manipulation