AnchorPointVisible property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL AnchorPointVisible

Overview

Refer to Working with DICOM Annotations

Remarks

The AnchorPointVisible property specifies the value of the "Anchor Point Visibility" (0070,0015) element. Possible values are:

Value

Meaning

VARIANT_TRUE

"Y" = yes.

VARIANT_FALSE

"N" = no.

See Also

Elements:

AnchorPointUsed property, BoundingBoxUnits property, AnchorPointX property, AnchorPointY property, TextObjectAttributes property, CreateTextObject method, GetTextObjectAttributes method, SetTextObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface