The following tables list the members exposed by DICOMImageInformation.
Name | Description | |
---|---|---|
DICOMImageInformation Constructor | Initializes a new instance of DICOMImageInformation |
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets the bits per pixel of the image. | |
Data32 | Gets or sets the pixel data for the image. | |
FirstStoredPixelValueMapped | Gets or sets the window level's first stored pixel value of the LUT descriptor. | |
Height | Gets or sets the height of the image. | |
HighBit | Gets or sets the image window level high bit value. | |
LowBit | Gets or sets the image window level low bit value. | |
LUT32 | Gets or sets the lookup table (LUT) for the image. | |
LUTDescriptor | Gets or sets the window level LUT descriptor. | |
MaxValue | Gets or sets the maximum grayscale value of the image. | |
MinValue | Gets or sets the minimum grayscale value of the image. | |
ModalityIntercept | Gets or sets the window level modality intercept value. | |
ModalitySlope | Gets or sets the window level modality slope value. | |
PhotometricInterpretation | Gets or sets the photometric interpretation of the image. | |
Signed | Gets or sets the value that determines whether the image is signed or unsigned. | |
Width | Gets or sets the width of the image. | |
WindowCenter | Gets or sets the window center value used for window leveling of grayscale images. | |
WindowWidth | Gets or sets the window width value used for window leveling of grayscale images. |
Name | Description | |
---|---|---|
PrepareImageData | Creates a new array that contains the image data, where each pixel value is stored in one array element. | |
Resize | Returns a new DICOMImageInformation based on the specified resize factor. | |
SetAndPrepareImageDataAsync | Sets and prepate the image data asynchronously. |