ImageCommand.VerifyProperties Method |
Verify the integrity of properties in the command before processing an image.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected abstract void VerifyProperties(
AtalaImage image
)
Protected MustOverride Sub VerifyProperties (
image As AtalaImage
)
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The image to be processed.
RemarksThis method does not check the integrity of the source image itself. That is already done by the
time VerifyProperties is called.
Errors should be indicated by throwing an appropriate exception.
See Also