DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / RawData Property

In This Topic
    RawData Property
    In This Topic
    The raw data held in DicomAttribute object
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RawData As System.Array
    public System.Array RawData {get;}
    Remarks
    This property returns an array of bytes as the raw data held in a DicomAttribute object.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also