Click or drag to resize

DocumentThinningCommandSetForegroundMask 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 SetForegroundMask(
	IntegerMatrix[] mask
)

Parameters

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

Return Value

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