AutoDeskewCommandVerifyProperties 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 void VerifyProperties(
AtalaImage image
)
Protected Overrides Sub VerifyProperties (
image As AtalaImage
)
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
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