DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / PresentationStateFeatures Enumeration



In This Topic
    PresentationStateFeatures Enumeration
    In This Topic
    Flags to control which features of presentation states are used and/or converted
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum PresentationStateFeatures 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PresentationStateFeatures
    [Flags()]
    public enum PresentationStateFeatures : System.Enum 
    [Flags()]
    public enum class PresentationStateFeatures : public System.Enum 
    Members
    MemberDescription
    All All features
    DisplayArea Selection of part of image for display
    GammaUse of the Gamma property. Note that gamma is not part of the presentation state definition, but by default (if this bit is set), DicomObjects disables Gamma when a PS is applied to maintain consistency.
    GraphicAnnotations Graphical Annotations
    Masking Masking / Subtraction
    ModalityTransform Modality Transform - i.e. rescale slope and intercept or Modality LUT
    Overlays overlays activated or help by the presentation state
    PresentationTransform Presentation Transform - i.e. inversion or Presentation LUT
    Shutters Shutters defined
    SpatialTransform Rotate/flip etc.
    TextAnnotations Text Annotations
    VoiTransform VOI Transform - i.e. windowing or VOI LUT
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.PresentationStateFeatures

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also