Controls the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DicomTextStyle objects
[FlagsAttribute()]
public enum DicomAnnotationTextOptions
<FlagsAttribute()>
Public Enum DicomAnnotationTextOptions
[FlagsAttribute()]
public enum DicomAnnotationTextOptions
Leadtools.Dicom.DicomAnnotationTextOptions = function() { };
Leadtools.Dicom.DicomAnnotationTextOptions.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class DicomAnnotationTextOptions
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No optional elements are present in the dataset. |
0x00000001 | FontName | The "Font Name" element (0070,0227) is present in the dataset. |
When reading, the Options flags indicate if the optional elements are present. When writing, the Options flags indicate if the optional elements are to be written.
For an example, refer to CreateCompoundGraphic.
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