Accusoft.ImagXpress13.Net
Order Property (SaveOptionsLjp)




Gets and sets the compression order.
Syntax
'Declaration
 
Public Property Order As Integer
'Usage
 
Dim instance As SaveOptionsLjp
Dim value As Integer
 
instance.Order = value
 
value = instance.Order
public int Order {get; set;}
public: __property int get_Order();
public: __property void set_Order( 
   int value
);
public:
property int Order {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the compression order to use when Method is set to LjpMethod.Ppmd.
Remarks

This property is the order or length of the context which is to be used to predict the image pixels. The best value for this property will depend upon the characteristics of the image to be compressed.

Valid values are 1 through 4.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsLjp Class
SaveOptionsLjp Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback