DocumentHitOrMissCommandBackgroundMask Property |
Gets or sets a matrix of integer values to act as the background 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 BackgroundMask { get; set; }
Public Property BackgroundMask As IntegerMatrix
Get
Set
Property Value
Type:
IntegerMatrix A matrix of integer values to act as the background mask.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if value matrix is not N x N. |
See Also