'Declaration Public Enum PresentationStateFeatures Inherits System.Enum
'Usage Dim instance As PresentationStateFeatures
public enum PresentationStateFeatures : System.Enum
public enum class PresentationStateFeatures : public System.Enum
'Declaration Public Enum PresentationStateFeatures Inherits System.Enum
'Usage Dim instance As PresentationStateFeatures
public enum PresentationStateFeatures : System.Enum
public enum class PresentationStateFeatures : public System.Enum
Member | Description |
---|---|
All | All features |
DisplayArea | Selection of part of image for display |
Gamma | Use 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 |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.PresentationStateFeatures