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

In This Topic
    RawPixels Property (DicomImage)
    In This Topic
    Accesses the raw pixel data as an array
    Syntax
    'Declaration
     
    
    Public Property RawPixels As System.Array
    public System.Array RawPixels {get; set;}
    Remarks

    This returns an array containing one element per frame. The data returned is unaffected by the display parameters.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also