Accusoft.ImagXpress13.Net
EncodeModeCompression Property




Gets and sets the encoding mode to use when creating the JBIG2 file.
Syntax
'Declaration
 
Public Property EncodeModeCompression As Jbig2EncodeModeCompression
'Usage
 
Dim instance As SaveOptionsJbig2
Dim value As Jbig2EncodeModeCompression
 
instance.EncodeModeCompression = value
 
value = instance.EncodeModeCompression
public Jbig2EncodeModeCompression EncodeModeCompression {get; set;}
public: __property Jbig2EncodeModeCompression get_EncodeModeCompression();
public: __property void set_EncodeModeCompression( 
   Jbig2EncodeModeCompression value
);
public:
property Jbig2EncodeModeCompression EncodeModeCompression {
   Jbig2EncodeModeCompression get();
   void set (    Jbig2EncodeModeCompression value);
}

Property Value

A Jbig2EncodeModeCompression enumeration value.
Remarks

Text regions can be encoded as lossless or as lossy according to the encoding mode specified. The lossy modes use the value in LoosenessCompression to control how loose to be when matching symbols and thereby increase compression and reduce file size. Compression means loss, however, and a consequence of higher compression is an increased risk of errors in the reconstructed image. Specify a larger value of looseness to reduce the compressed file size; use a smaller value to reduce the errors, if any.

Halftone regions can be encoded lossy by specifying one of the lossy halftone encoding modes. Alternatively, they can be encoded lossless by using the lossless generic encoding mode.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsJbig2 Class
SaveOptionsJbig2 Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback