Accusoft.ImagXpress13.Net
Predictor Property




Gets and sets the selection value which determines the prediction formula.
Syntax
'Declaration
 
Public Property Predictor As Integer
'Usage
 
Dim instance As SaveOptionsLjp
Dim value As Integer
 
instance.Predictor = value
 
value = instance.Predictor
public int Predictor {get; set;}
public: __property int get_Predictor();
public: __property void set_Predictor( 
   int value
);
public:
property int Predictor {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the prediction forumla to use when Method is set to LjpMethod.Jpeg.
Remarks

There is no way other than by trial and error to determine which selection value will provide the best compression. Most applications use a default value of 1.

Valid values are 1 through 7.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsLjp Class
SaveOptionsLjp Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback