Click or drag to resize

FingerprintCommandFilterSize Property

Gets or sets the filter size of the effect.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int FilterSize { get; set; }

Property Value

Type: Int32
The filter size of the effect, must be an odd number greater than or equal to 3.
Exceptions
ExceptionCondition
Thrown if value is less than 3.
Remarks
Values of 3, 5 and 7 are good choices.
See Also