Hi nauna,
If you want to chnage size of QR code image so you need to increase and decrease the height and width of image.
C#
imgBarCode.Height = 50;
imgBarCode.Width = 200;
VB.Net
imgBarCode.Height = 50
imgBarCode.Width = 200
Accordingly to your requirement change height and width.