Gets or sets the Display Set Show Graphic Annotation Flag (Optional).
[DataMemberAttribute()]
[Element(DicomTag.ShowGraphicAnnotationFlag)]
public bool ShowGraphicAnnotationFlag { get; set; }
<DataMemberAttribute(),
ElementAttribute(7472914)>
Public Property ShowGraphicAnnotationFlag() As Boolean
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7472914)]
property bool ShowGraphicAnnotationFlag
{
bool get()
void set(bool value)
}
The Display Set Show Graphic Annotation Flag.
If ShowGraphicAnnotationFlag is true, then annotations are displayed from a corresponding presentation state containing a Graphic Annotation Sequence; otherwise, no annotations are displayed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET