LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomAnnotationFillOptions Enumeration

Show in webframe







Controls the behavior of reading (i.e. DicomDataSet.GetCompoundGraphicInformation) and writing (i.e DicomDataSet.SetCompoundGraphicInformation) DicomFillStyle objects
Syntax
[FlagsAttribute()]
public enum DicomAnnotationFillOptions : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomAnnotationFillOptions 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomAnnotationFillOptions
[FlagsAttribute()]
public enum DicomAnnotationFillOptions : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomAnnotationFillOptions = function() { };
Leadtools.Dicom.DicomAnnotationFillOptions.prototype = {
None = 0x00000000, PatternOffColorCielabValue = 0x00000001, PatternOffOpacity = 0x00000002, };
[FlagsAttribute()]
public enum class DicomAnnotationFillOptions : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneIndicates that the "Pattern Off Color CIELab Value" element (0070,0252) and the "Pattern Off Opacity" (0070,0285) are not present, or should not be written
0x00000001PatternOffColorCielabValueIndicates that the "Pattern Off Color CIELab Value" element (0070,0252) is present, or should be written
0x00000002PatternOffOpacityThe "Pattern Off Opacity" (0070,0285) is present, or should be written
Remarks
When reading, the DicomAnnotationObject.Options flags indicate if the optional elements are present. When writing, the DicomAnnotationObject.Options flags indicate if the optional elements are to be written.
Example
For an example, refer to DicomDataSet.CreateCompoundGraphic.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomAnnotationFillOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features