DocumentDespeckleCommandVerifyDest Method |
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 void VerifyDest(
AtalaImage dest
)
Protected Sub VerifyDest (
dest As AtalaImage
)
Parameters
- dest
- Type: Atalasoft.ImagingAtalaImage
The destination image.
Exceptions Exception | Condition |
---|
| Thrown if the image is null (Nothing in VB). |
See Also