DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Clear Method






In This Topic
    Clear Method (DicomViewer)
    In This Topic
    This removes all Images and Labels from this Viewer
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As DicomViewer
     
    instance.Clear()
    public void Clear()
    public procedure Clear(); 
    public function Clear();
    public: void Clear(); 
    public:
    void Clear(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also