Click or drag to resize

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
)

Parameters

sourceImage
Type: Atalasoft.ImagingAtalaImage
The source image.
Exceptions
ExceptionCondition
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