Accusoft.TwainProSdk Namespace > SaveOptionsPdf Class : InvertedRegion Property |
'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
[Description("Specifies whether the bits should be inverted prior to symbol analysis.")] [DefaultValue()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool InvertedRegion {get; set;}
[Description("Specifies whether the bits should be inverted prior to symbol analysis.")] [DefaultValue()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property bool get_InvertedRegion(); public: __property void set_InvertedRegion( bool value );
[Description("Specifies whether the bits should be inverted prior to symbol analysis.")] [DefaultValue()] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool InvertedRegion { bool get(); void set ( bool value); }
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.