DicomObjects.NetStandard Documentation
DicomObjects.Codecs Namespace / JpegLSCompressionOptions Class / Near Property



    Near Property
    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
    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