Accusoft.TwainPro9.Net
InvertedRegion Property




Gets and sets whether the bits should be inverted prior to symbol analysis.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies whether the bits should be inverted prior to symbol analysis.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property InvertedRegion As Boolean
'Usage
 
Dim instance As SaveOptionsPdf
Dim value As Boolean
 
instance.InvertedRegion = value
 
value = instance.InvertedRegion
[DescriptionAttribute("Specifies whether the bits should be inverted prior to symbol analysis.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool InvertedRegion {get; set;}
[DescriptionAttribute("Specifies whether the bits should be inverted prior to symbol analysis.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_InvertedRegion();
public: __property void set_InvertedRegion( 
   bool value
);
[DescriptionAttribute("Specifies whether the bits should be inverted prior to symbol analysis.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
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. Otherwise, false should be used.
Remarks

The default value is false.

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.

See Also

Reference

SaveOptionsPdf Class
SaveOptionsPdf Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback