Accusoft.ImagXpress13.Net
Interleave Property




Gets and sets the interleave mode for multi-component images.
Syntax
'Declaration
 
Public Property Interleave As Integer
'Usage
 
Dim instance As SaveOptionsJls
Dim value As Integer
 
instance.Interleave = value
 
value = instance.Interleave
public int Interleave {get; set;}
public: __property int get_Interleave();
public: __property void set_Interleave( 
   int value
);
public:
property int Interleave {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the mode for images.
Remarks

Typical settings for an RGB image for Interleave are 0 or 1.

When Interleave = 2 it is a specialized and intended for synthetic graphics or computer-generated compound documents (i.el, images likely to contain large flat areas that are common to all the components).

When compression is lossless (the Near parameter is zero), all three modes decompress to the same image.

When compression is near-lossless (the Near property is nonzero), all three modes meet the error tolerance for all reconstructed samples but will not decompress to identical binary images.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsJls Class
SaveOptionsJls Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback