DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / CompressionArguments Class
Properties


In This Topic
    CompressionArguments Class Members
    In This Topic

    The following tables list the members exposed by CompressionArguments.

    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 PropertyThe stream into which compressed pixel data is placed  
    Public Property The DICOM image being compressed  
    Public PropertyThe implementation UID of the original image (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public PropertySign of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public Property Reference of the actual output Dataset made available in the codec  
    Public PropertyThe transfer syntax into which the image should be compressed  
    Public PropertyThe photometric interpretation of the data (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    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 PropertyA data to describe compression quality  
    Public PropertyThe size of the image (pixels x pixels) (Inherited from DicomObjects.DicomCodecs.DicomCodecBaseArguments)
    Public Property The array from which the original decompressed pixel data is obtained. This could be a byte or short or ushort array depending on the pixel data bits stored.  
    Public Property Specific behaviours to use for compression  
    Top
    See Also