←Select platform

ShowGraphicAnnotationFlag Property

Summary

Gets or sets the Display Set Show Graphic Annotation Flag (Optional).

Syntax

C#
VB
C++
[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) 
   } 

Property Value

The Display Set Show Graphic Annotation Flag.

Remarks

If ShowGraphicAnnotationFlag is true, then annotations are displayed from a corresponding presentation state containing a Graphic Annotation Sequence; otherwise, no annotations are displayed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly