Hi,
BarCodeReader reader = new BarCodeReader(@“BW_150dpi_EC30.jpg”, BarCodeReadType.QR);reader.ExpectedBarCodeCount = 1; reader.OrientationHints = <span style="color:#2b91af;">RecognitionHints</span>.<span style="color:#2b91af;">Orientation</span>.NoRotate; <span style="color:blue;">while</span> (reader.Read()) { <span style="color:#2b91af;">MessageBox</span>.Show(reader.GetCodeText()); } Exit();</pre><pre style="font-family: Consolas; font-size: 13px; background-color: white; background-position: initial initial; background-repeat: initial initial; "><br></pre><pre style="font-family: Consolas; font-size: 13px; background-color: white; background-position: initial initial; background-repeat: initial initial; ">We tried to by using a rectangle area, but didn't changed anything.</pre></div>