DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / RawPixels Property



In This Topic
    RawPixels Property
    In This Topic
    Accesses the raw pixel data as an array
    Syntax
    'Declaration
     
    
    Public Property RawPixels As Array
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As Array
     
    instance.RawPixels = value
     
    value = instance.RawPixels
    public Array RawPixels {get; set;}
    public:
    property Array^ RawPixels {
       Array^ get();
       void set (    Array^ value);
    }
    Remarks

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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also