DicomObjects.NET.8.48 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
     
    
    <System.FlagsAttribute()>
    Public Enum PresentationStateFeatures 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PresentationStateFeatures
    [System.Flags()]
    public enum PresentationStateFeatures : System.Enum 
    public enum PresentationStateFeatures = class(System.Enum)
    System.FlagsAttribute()
    public enum PresentationStateFeatures extends System.Enum
    [System.Flags()]
    __value public enum PresentationStateFeatures : public System.Enum 
    [System.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: .NET CLR 4.8 or higher

    See Also