  | ImageViewerControlZoomImage Method  | 
Zooms the image.
	Zoom image. 
 
Namespace: DevScope.Ocr.UtilsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void ZoomImage(
	ImageViewerControlZoomImageType zt
)
Public Sub ZoomImage ( 
	zt As ImageViewerControlZoomImageType
)
public:
void ZoomImage(
	ImageViewerControlZoomImageType zt
)
Parameters
- zt
 - Type: DevScope.Ocr.UtilsImageViewerControlZoomImageType
The zoom type to use.	The zt.  
Remarks	Rmbarbosa, 05/09/2014. 
See Also