DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / Jpeg2000CompressionOptions Class / Lossy Property



    Lossy Property
    Whether lossy compression is to be used.
    Syntax
    'Declaration
     
    Public Property Lossy As Boolean
     
    'Usage
     
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Boolean
     
    instance.Lossy = value
     
    value = instance.Lossy
    Remarks
    This is overridden and set to false when a lossless JPEG 2000 transfer syntax is used.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also