Click or drag to resize

FingerprintCommandDepth Property

Gets or sets a positive number indicating the depth 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 double Depth { get; set; }

Property Value

Type: Double
A positive number indicating the depth of the effect.
Exceptions
ExceptionCondition
Thrown if value is not greater than 0.
Remarks
50 is a good number to start with.
See Also