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

In This Topic
    DataSet Property (DicomImage)
    In This Topic
    The underlying DICOM Dataset containing persistent data for the image
    Syntax
    'Declaration
     
    
    Public Property DataSet As DicomDataSet
    public DicomDataSet DataSet {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also