Click or drag to resize

BorderRemovalCommand Constructor (BorderRemovalEdges)

Initializes a new instance of BorderRemovalCommand specifying the edges to remove.

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 BorderRemovalCommand(
	BorderRemovalEdges edges
)

Parameters

edges
Type: Atalasoft.Imaging.ImageProcessing.DocumentBorderRemovalEdges
Indicates which of the 4 sides are to be removed.
See Also