Click or drag to resize

TextWhitespaceMode Enumeration

Controls how to handle whitespace in the Whitespace property.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TextWhitespaceMode
Members
  Member nameDescription
NoWhitespace Ignores all whitespace
NoMargins Truncates margins but factors all other whitespace
AllWhitespace Text document includes margins and all other whitespace
See Also