Click or drag to resize

DocumentThinningCommandSetBackgroundMask 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
public void SetBackgroundMask(
	IntegerMatrix[] mask
)

Parameters

mask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A IntegerMatrix object containing the mask values.

Return Value

Type: 
Sets the background mask to use.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if value is an empty array or value matrix is not of form N x N.
See Also