Accusoft.ImagXpressSdk Namespace > SaveOptionsJls Class : Interleave Property |
'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;}
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.