OverlayMergedCommandVerifyProperties Method |
Verifies the properties.
Namespace:
Atalasoft.Imaging.ImageProcessing
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 sourceImage
)
Protected Overrides Sub VerifyProperties (
sourceImage As AtalaImage
)
Parameters
- sourceImage
- Type: Atalasoft.ImagingAtalaImage
The source image.
Exceptions Exception | Condition |
---|
ArgumentException |
The bottomImage and topImage must have the same bit depth.
or
The merge option selected can only be used with 1-bit images.
|
See Also