  | TesseractOcrImageResizeSettingsResizeProcessingOrder Enumeration | 
Order of execution of the resize pre-processing operation
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic enum ResizeProcessingOrder
Public Enumeration ResizeProcessingOrder
public enum class ResizeProcessingOrder
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | First | 0 | 
The resize operation should be the last to be executed
 | 
 | Last | 1 | 
The resize operation should be the last to be executed
 | 
See Also