Gets or sets the value of the attribute "Graphic Type" (0070,0023) in the "Graphic Annotation Module".
public DicomAnnotationType Type { get; set; }
Public Property Type As Leadtools.Dicom.DicomAnnotationType
public Leadtools.Dicom.DicomAnnotationType Type {get; set;}
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Dicom.DicomAnnotationType Type {
Leadtools.Dicom.DicomAnnotationType get();
void set ( Leadtools.Dicom.DicomAnnotationType value);
}
Represents the value of the attribute "Graphic Type" (0070,0023) in the "Graphic Annotation Module".
For an example, refer to FindFirstGraphicAnnSQItem. example.
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