Click or drag to resize

VotingEngineInitializeAndShutDownAlternateEngines Property

Gets or sets a property to control whether or not alternate engines should be initialized and shut down automatically

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool InitializeAndShutDownAlternateEngines { get; set; }

Property Value

Type: Boolean
True if the VotingEngine will automatically initialize and shut down alternate engines, false otherwise.
Remarks
There may be some speed gains by not having to initialize and shut down every engine contained within the voting engine. Default value is true.
See Also