Controls the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DicomLineStyle objects
[FlagsAttribute()]
public enum DicomAnnotationLineOptions
<FlagsAttribute()>
Public Enum DicomAnnotationLineOptions
[FlagsAttribute()]
public enum DicomAnnotationLineOptions
Leadtools.Dicom.DicomAnnotationLineOptions = function() { };
Leadtools.Dicom.DicomAnnotationLineOptions.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class DicomAnnotationLineOptions
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | The "Pattern Off Color CIELab Value" element (0070,0252) and the "Pattern Off Opacity" (0070,0285) are not present, or should not be written |
0x00000001 | PatternOffColorCielabValue | The "Pattern Off Color CIELab Value" element (0070,0252) is present, or should be written |
0x00000002 | PatternOffOpacity | The "Pattern Off Opacity" (0070,0285) is present, or should be written |
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