Click or drag to resize
ImageViewerControlZoomImageType Enumeration
The zoom modes to apply when viewing an image

Namespace: DevScope.Ocr.Utils
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum ZoomImageType
Members
  Member nameValueDescription
Auto0 Zoom automatically according to the image dimensions
Width1 Zoom to the image width
Height2 Zoom to the image height
Full3 Zoom to the full image
See Also