DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / JpegLossy Class / DecompressionType Property



In This Topic
    DecompressionType Property
    In This Topic
    Controls which method is used for JPEG decompression
    Syntax
    'Declaration
     
    Public Shared Property DecompressionType As CodecUsage
    'Usage
     
    Dim value As CodecUsage
     
    JpegLossy.DecompressionType = value
     
    value = JpegLossy.DecompressionType
    public static CodecUsage DecompressionType {get; set;}
    public:
    static property CodecUsage DecompressionType {
       CodecUsage get();
       void set (    CodecUsage value);
    }
    Remarks
    The internal codec is used for 12 bit images or when the value of this property is DicomObjects.Enums.CodecUsage.DicomObjects but the Windows intrinsic codec is used for 8 bit images when the value is DicomObjects.Enums.CodecUsage.Windows
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also