LineOrientations Enumeration |
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
Assembly:
Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum LineOrientations
<FlagsAttribute>
Public Enumeration LineOrientations
Members
| Member name | Description |
---|
| None | None |
| Horizontal | Horizontal |
| Vertical | Vertical |
| Orthogonal | Both Horizontal and Vertical. Same as Vertical | Horizontal. |
Remarks This enum is flagged and can be OR'ed to combine multiple options.
See Also