BorderRemovalEdges Enumeration |
Specifies the edges to remove when using BorderRemovalCommand.
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum BorderRemovalEdges
<FlagsAttribute>
Public Enumeration BorderRemovalEdges
Members
| Member name | Description |
---|
| Left | The left edge of the image. |
| Right | The right edge of the image. |
| Top | The top edge of the image. |
| Bottom | The bottom edge of the image. |
| Vertical | The left and right edges of the image. |
| Horizontal | The top and bottom edges of the image. |
| AllSides | The left, right, top, and bottom edges of the image. |
Remarks Values can be or'ed together.
See Also