DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / Dispose() Method



In This Topic
    Dispose() Method
    In This Topic
    Releases the resources used by the DicomImage object This does not dispose the underlying DicomDataSet object which is DataSet, an explicit Dispose call will be needed to have that effect
    Standard Dispose methods
    Syntax
    'Declaration
     
    
    Public Sub Dispose() 
    'Usage
     
    
    Dim instance As DicomImage
     
    instance.Dispose()
    public void Dispose()
    public:
    void Dispose(); 
    Remarks
    This does not dispose the underlying DicomDataSet object which is DataSet, an explicit Dispose call will be needed to have that effect
    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