DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Dispose() Method



    Dispose() Method
    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()
    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: .NET CLR 4.0 or higher

    See Also