DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also