Click or drag to resize

BorderRemovalCommandEdges Property

Gets or sets a value indicating which of the 4 sides are to be removed.

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
public BorderRemovalEdges Edges { get; set; }

Property Value

Type: BorderRemovalEdges
A value indicating which of the 4 sides are to be removed.
Remarks
Values may be or'ed together to account for more than one side. Defaults to AllSides.
See Also