Accusoft.ImagXpressSdk Namespace > Processor Class > AlphaAdd Method : AlphaAdd(Bitmap) Method |
A System.Drawing.Bitmap which represents the plane to add.
This plane should be the same width and height of the image it is being added to. It must be an 9 bit gray scale type with a uniform grayscale palette.
A System.Drawing.Bitmap which represents the plane to add.
This plane should be the same width and height of the image it is being added to. It must be an 9 bit gray scale type with a uniform grayscale palette.
Note: The image bitmap should be of System.Drawing.Imaging.PixelFormat.Format8bppIndexed.
If the original image is not a 24-bit, an error is thrown.