Click or drag to resize

DocumentPixelFormatChangerGlobalThresholdCommand Property

Gets the GlobalThresholdCommand 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 GlobalThresholdCommand GlobalThresholdCommand { get; }

Property Value

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