openDICOM.NET API Reference (openDICOM# Class Library)

PixelData Properties

The properties of the PixelData class are listed below. For a complete list of PixelData class members, see the PixelData Members topic.

Public Instance Properties

BitsAllocated Value from DICOM tag (0028,0100). If this value is not specified, 0 will be returned.
BitsStored Value from DICOM tag (0028,0101). If this value is not specified, 0 will be returned.
Columns Value from DICOM tag (0028,0011). If this value is not specified, 0 will be returned.
Data Pixel data, DICOM tag (7FE0,0010), as DICOM data element.
HighBit Value from DICOM tag (0028,0102). If this value is not specified, -1 will be returned.
IsJpeg Determines by the DICOM transfer syntax whether pixel data is stored as JPEG. If the transfer syntax is unknown, pixel data will not be understood as JPEG data.
PlanarConfiguration Value from DICOM tag (0028,0006). If this value is not specified, -1 will be returned.
Rows Value from DICOM tag (0028,0010). If this value is not specified, 0 will be returned.
SamplesPerPixel Value from DICOM tag (0028,0002). If this value is not specified, 0 will be returned.

See Also

PixelData Class | openDicom.Image Namespace