DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / SimplifyOverlays Method



In This Topic
    SimplifyOverlays Method
    In This Topic
    Decompress the data, and move any overlays which are encoded with the pixel data (a method deprecated in DICOM many years ago) to stand-along overlay data in 60xx,3000.
    Syntax
    'Declaration
     
    Public Sub SimplifyOverlays() 
    'Usage
     
    Dim instance As DicomDataSet
     
    instance.SimplifyOverlays()
    public void SimplifyOverlays()
    public:
    void SimplifyOverlays(); 
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also