  | TesseractOcrJobRequestImagePreProcessingImageResize Property  | 
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic TesseractOcrImageResizeSettings ImageResize { get; set; }Public Property ImageResize As TesseractOcrImageResizeSettings
	Get
	Set
public:
virtual property TesseractOcrImageResizeSettings^ ImageResize {
	TesseractOcrImageResizeSettings^ get () sealed;
	void set (TesseractOcrImageResizeSettings^ value) sealed;
}Property Value
Type: 
TesseractOcrImageResizeSettings
RemarksThe image resize operation will always be the last step to be executed on the image pre-processing pipeline
Leave this property empty (null) if the image resizing operation is not required
See Also