/// <summary>
 /// Decreases the size of the scanner (zoom out)
 /// </summary>
 private void onZoomOut()
 {
     _previewScreenInterface.ScaleDown();
     _isDirty = true;
 }