Accusoft.ImagXpress13.Net
InvertedRegion Property




Gets and sets whether the bits should be inverted prior to symbol analysis.
Syntax
'Declaration
 
Public Property InvertedRegion As Boolean
'Usage
 
Dim instance As SaveOptionsJbig2
Dim value As Boolean
 
instance.InvertedRegion = value
 
value = instance.InvertedRegion
public bool InvertedRegion {get; set;}
public: __property bool get_InvertedRegion();
public: __property void set_InvertedRegion( 
   bool value
);
public:
property bool InvertedRegion {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to invert the bits prior to symbol analysis.
Remarks

Inverting the bits prior to symbol analysis may provide better compression if the text is represented as light bits against a dark background instead of the opposite. This setting is only used by the text encode modes.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsJbig2 Class
SaveOptionsJbig2 Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback