Click or drag to resize

ImageEdges Enumeration

Indicates the edge of the image to inspect for commands such as HolePunchRemovalCommand.

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 ImageEdges
Members
  Member nameDescription
None
Left Left side of the image
Right Right side of the image
Top Top of the image
Bottom Bottom of the image
Remarks
This enumeration uses the FlagAttribute allowing each item to be OR'ed together to combine sides.
See Also