Click or drag to resize

AutoDeskewCommandConstructFinalImage Method

Represents the base class for all image processing routines that modify image data.

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
protected override AtalaImage ConstructFinalImage(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage

Return Value

Type: AtalaImage
Remarks

An ImageCommand can be used to apply any type of effect onto an existing image. The Apply method can be used to process the command. Classes that inherit ImageCommand can be used in the ApplyCommand method in the Workspace.

See Extending ImageCommands for more information on creating custom commands.

See Also

Reference

Extending ImageCommands
Extending ImageCommands