DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / DataSet Property






    DataSet Property (DicomImage)
    The underlying DICOM Dataset containing persistent data for the image
    Syntax
    'Declaration
     
    
    Public Property DataSet As DicomDataSet
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As DicomDataSet
     
    instance.DataSet = value
     
    value = instance.DataSet
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also