DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpeg2000CompressionOptions Class / Lossy Property



In This Topic
    Lossy Property
    In This Topic
    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
    public bool Lossy {get; set;}
    public:
    property bool Lossy {
       bool get();
       void set (    bool value);
    }
    Remarks
    This is overridden and set to false when a lossless JPEG 2000 transfer syntax is used.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also