Click or drag to resize

LineOrientations Enumeration

Controls the Line Orientation used in LineRemovalCommand.

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
Members
  Member nameDescription
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