DicomObjects.NET.8.48 Documentation
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
    public static CodecUsage DecompressionType {get; set;}
    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.8 or higher

    See Also