|
@@ -245,7 +245,7 @@ namespace OTSSysMgrApp
|
|
|
byte[] ImageByte = new byte[width * height];
|
|
|
Bitmap bitmap = null;
|
|
|
int iWidth = Convert.ToInt32(tbRWidth.Text);
|
|
|
- int iHeight = Convert.ToInt32(tbRWidth.Height);
|
|
|
+ int iHeight = Convert.ToInt32(tbRHeight.Text);
|
|
|
int resultValue = ImageDispose.GetScanImage(iWidth, iHeight, ddlDwellTime.Text, ref ImageByte);
|
|
|
string str2 = table["str2"].ToString();
|
|
|
|