AnnCreateItem method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long AnnCreateItem(long hContainer, short iType, VARIANT_BOOL bVisible);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Creates an annotation object in a container.

You must use the AnnSet... methods to initialize the object after it is created.

Note:

You should not call this method during processing of the OnAnnCreate, OnAnnDestroy or OnAnnEnumerate events.

See Also

Elements

AnnCreate method, AnnDefine method, AnnInsert method, AnnRemove method, AnnDestroy method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Creating Custom Annotations

 

Displaying and Manipulating Annotation Objects