Picture pictureobject read-only
方法:
属性:
活动:
返回条形码图片。
如果需要特定尺寸的图片,请在检索图片之前使用 CreatePictureBySize 方法。
属性:
活动:
返回条形码图片。
如果需要特定尺寸的图片,请在检索图片之前使用 CreatePictureBySize 方法。
' Set the bitmap picture of the barcode to the clipboard
Clipboard.Clear()
Clipboard.SetImage(AxBarcode1.Picture)