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
Public Enumeration TextWhitespaceMode
Members
| Member name | Description |
---|
| NoWhitespace | Ignores all whitespace |
| NoMargins | Truncates margins but factors all other whitespace |
| AllWhitespace | Text document includes margins and all other whitespace |
See Also