| Name | Description | |
|---|---|---|
![]()  | ReadBehaviour | Specific behaviours to use for decompression | 
The following tables list the members exposed by DecompressionArguments.
| Name | Description | |
|---|---|---|
![]()  | ReadBehaviour | Specific behaviours to use for decompression | 
| Name | Description | |
|---|---|---|
![]()  | BitsAllocated | Number of bits per sample allocated (always 8 or 16) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | BitsStored | Number of bits per sample used (always between 8 and 16) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | DataSet | The full associated dataset (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | DestinationArray | The array into which the original decompressed pixel data is placed. This could be a byte or short or ushort array depending on the pixel data bits stored. | 
![]()  | Frame | The requested Frame number (first frame is 1, not 0) | 
![]()  | FrameCount | Total number of frames in the input stream. Useful for some codec (e.g. FFmpeg) if it needs to seek and run cope with out of sync and missing frames | 
![]()  | ImplementationUID | The implementation UID of the original image (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | InputTransferSyntax | The transfer syntax of the input data | 
![]()  | isSigned | Sign of the data (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | PhotometricInterpretation | The photometric interpretation of the data (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | PixelRequest | The requested resolution to decompress the image to | 
![]()  | Planarconfig | How the colour pixel data is arranged (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | Planes | The number of images planes. (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | Size | The size of the image (pixels x pixels) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments) | 
![]()  | SourceStream | The stream from which compressed pixel data is obtained |