Click or drag to resize

DocumentHitOrMissCommandForegroundMask Property

Gets or sets a matrix of integer values to act as the foreground mask.

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 IntegerMatrix ForegroundMask { get; set; }

Property Value

Type: IntegerMatrix
A matrix of integer values to act as the foreground mask.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if value matrix is not N x N.
See Also