public MWResult()
 {
     text           = null;
     bytes          = null;
     bytesLength    = 0;
     type           = 0;
     subtype        = 0;
     isGS1          = false;
     locationPoints = null;
     imageWidth     = 0;
     imageHeight    = 0;
 }
 public MWResult()
 {
     text = null;
         bytes = null;
         bytesLength = 0;
         type = 0;
         subtype = 0;
         isGS1 = false;
         locationPoints = null;
         imageWidth = 0;
         imageHeight = 0;
 }