VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomOverlayImageType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DicomOverlayImageType Enumeration
    In This Topic
    Specifies available types of DICOM overlay images.
    Syntax
    'Declaration
    
    Public Enum DicomOverlayImageType
       Inherits System.Enum
    
    
    public enum DicomOverlayImageType : System.Enum
    
    
    __value public enum DicomOverlayImageType : public System.Enum
    
    
    public enum class DicomOverlayImageType : public System.Enum
    
    
    Members
    MemberDescription
    GraphicsGraphics.
    Overlay image will be drawn in specified coordinates of source image. Coordinates are specified by the OverlayOrigin data element.
    RegionOfInterestRegion of Interest (ROI).
    Overlay image will be drawn on specified region of source image. Region is specified by the ROIArea data element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomOverlayImageType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also