Flags property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long Flags;

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets a value that indicates which objects to process. Most of the flags apply only to container objects. You can combine values when appropriate by using a bitwise OR (|). Possible values are:

Value

Meaning

0

Process only the specified object.

ANN_FLAG_SELECTED

[0x0001] Process only objects that have the selected property set to VARIANT_TRUE. For getting and setting the selected property, use the AnnGetSelected and AnnSetSelected Methods.

ANN_FLAG_NOTCONTAINER

[0x0002] (Used with ANN_FLAG_RECURSE) Process objects within containers, not the containers themselves.

ANN_FLAG_NOTTHIS

[0x0004] Process only one level of objects within the specified container, not the container itself. If there are containers within the container, they are modified, but the objects within them are not.

ANN_FLAG_RECURSE

[0x0008] Process objects within a container, and within any subcontainers, down to any level.

ANN_FLAG_NOINVALIDATE

[0x0010] Do not invalidate the affected rectangle in the window. Use this to avoid generating unwanted paint messages.

ANN_FLAG_CHECKMENU

[0x0020] Process objects only if ANN_AUTOTEXT_MENU_ menu item has been selected.

See Also

Elements:

AnnTextExpandTokens property, AnnTicMarkLength property, AnnTextAlign property, AnnTextRotate property, AnnTextPointerFixed property, AnnSetNameOptions method, AnnSetEncryptOptions method, AnnEncryptApply method, AnnSetPointOptions method, EnableRestrictToContainer property, AnnFixed property, AnnIsFixedRect property, AnnPopFixedState method, AnnPushFixedState method, AnnRTFText property

Topics:

Annotations (Document/Medical only): Object Manipulation