ImageGear .NET - Updated
DecompSingleColumnModeEnabled Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : DecompSingleColumnModeEnabled Property
Gets or sets a value indicating whether page decomposing into a single column only enabled/disabled.
Syntax
'Declaration
 
Public Property DecompSingleColumnModeEnabled As Boolean
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As Boolean
 
instance.DecompSingleColumnModeEnabled = value
 
value = instance.DecompSingleColumnModeEnabled
public bool DecompSingleColumnModeEnabled {get; set;}
public: __property bool get_DecompSingleColumnModeEnabled();
public: __property void set_DecompSingleColumnModeEnabled( 
   bool value
);
public:
property bool DecompSingleColumnModeEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
This property specifies the Force Single Column mode for the page-layout (auto-zoning) process. It prevents the decolumnization detecting columns and placing their contents one below the other. It is useful for conserving the columnar structure in tables.

It is highly recommended to switch this on sparingly, only for cases where the image has a single tabular structure and chances are that the automatic decomposition would fail to analyze the layout properly. Its effects are applied to whole pages.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members