Accusoft.ImagXpress13.Net
Near Property




Gets and sets the error tolerance for near-lossless compression.
Syntax
'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;}
public: __property int get_Near();
public: __property void set_Near( 
   int value
);
public:
property int Near {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the error tolerance.
Remarks

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.

See Also

Reference

SaveOptionsJls Class
SaveOptionsJls Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback