Click or drag to resize

DocumentPixelFormatChangerAdaptiveThresholdCommand Property

Gets the AdaptiveThresholdCommand used by the DocumentPixelFormatChanger.

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 AdaptiveThresholdCommand AdaptiveThresholdCommand { get; }

Property Value

Type: AdaptiveThresholdCommand
The AdaptiveThresholdCommand used by the DocumentPixelFormatChanger.
Remarks
This command is used when ThresholdMethod is set to Adaptive.
See Also