DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / JpegLSCompressionOptions Class / Near Property



In This Topic
    Near Property
    In This Topic
    This value is the maximum permissible difference between the original and encoded pixel values
    Syntax
    'Declaration
     
    Public Property Near As Byte
    'Usage
     
    Dim instance As JpegLSCompressionOptions
    Dim value As Byte
     
    instance.Near = value
     
    value = instance.Near
    public byte Near {get; set;}
    public:
    property byte Near {
       byte get();
       void set (    byte value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also