GetImage
获得一个Image对象,表示生成的图片:
GetImage(DPI)
DPI: 可选参数,每英寸的像素点数,默认为300,DPI越大,图像越清晰。
示例
e.Form.Controls("BarCode1").GetImage(600)