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
<FlagsAttribute>
Public Enumeration ImageEdges
Members
| Member name | Description |
---|
| 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