This value is the maximum permissible difference between the original and encoded pixel values
public System.byte Near {get; set;}
public read-write property Near: System.Byte;
public function get,set Near : System.byte
public: __property System.byte get_Near();
public: __property void set_Near(
System.byte value
);
public:
property System.byte Near {
System.byte get();
void set ( System.byte value);
}
'Declaration
Public Property Near As System.Byte
'Usage
Dim instance As JpegLSCompressionOptions
Dim value As System.Byte
instance.Near = value
value = instance.Near
Target Platforms: .NET CLR 4.8 or higher