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
)
Protected Overrides Function ConstructFinalImage (
image As AtalaImage
) As AtalaImage
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
Return Value
Type:
AtalaImageRemarks 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