Accusoft.ImagXpressSdk Namespace > SaveOptionsJls Class : Near Property |
'Declaration Public Property Near As Integer
'Usage Dim instance As SaveOptionsJls Dim value As Integer instance.Near = value value = instance.Near
public int Near {get; set;}
The Near parameter defines the error tolerance for near-lossless compression.
Valid values is zero (lossless), one (near lossless) to 255 (very lossy).
Generally, Near should be set to zero or a small positive number, perhaps 4 or 5 with higher numbers leading to ugly streaking artifacts.
Note: The value of MaxValue affects the maximum value of Near which is either 255 or MaxValue/2 (rounded up) whichever is lower.
Note: Available in Professional edition.