DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / DecompressionArguments Class
Fields Properties

In This Topic
    DecompressionArguments Class Members
    In This Topic

    The following tables list the members exposed by DecompressionArguments.

    Public Fields
     NameDescription
    Public Field Specific behaviours to use for decompression  
    Top
    Public Properties
     NameDescription
    Public PropertyNumber of bits per sample allocated (always 8 or 16) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyNumber of bits per sample used (always between 8 and 16) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe full associated dataset (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public Property 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.  
    Public Property The requested Frame number (first frame is 1, not 0)  
    Public Property 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  
    Public PropertyThe implementation UID of the original image (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe transfer syntax of the input data  
    Public PropertySign of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe photometric interpretation of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public Property The requested resolution to decompress the image to  
    Public PropertyHow the colour pixel data is arranged (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe number of images planes. (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe size of the image (pixels x pixels) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertyThe stream from which compressed pixel data is obtained  
    Top
    See Also