AutoDeskewCommand.ConstructImageResults 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)
Syntaxprotected override ImageResults ConstructImageResults()
Protected Overrides Function ConstructImageResults As ImageResults
Return Value
Type:
ImageResults
RemarksAn 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 AlsoReference
Extending ImageCommands
Extending ImageCommands