Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomAnnotationFillOptions Enumeration








Controls the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DicomFillStyle objects
Syntax
[FlagsAttribute()]
public enum DicomAnnotationFillOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomAnnotationFillOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomAnnotationFillOptions
[FlagsAttribute()]
public enum DicomAnnotationFillOptions : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomAnnotationFillOptions = function() { };
Leadtools.Dicom.DicomAnnotationFillOptions.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class DicomAnnotationFillOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None Indicates 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
0x00000001PatternOffColorCielabValue Indicates that the "Pattern Off Color CIELab Value" element (0070,0252) is present, or should be written
0x00000002PatternOffOpacity The "Pattern Off Opacity" (0070,0285) is present, or should be written
Remarks
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.
Example
For an example, refer to CreateCompoundGraphic.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

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