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



    SimplifyOverlays Method
    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()
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also