彩票走势图

条码控件TBarCode SDK使用教程:创建指定模块像素宽度的2D条码图像

原创|使用教程|编辑:郝浩|2013-05-17 13:38:19.000|阅读 399 次

概述:为了得到一个精确的图片,你可以根据所需条形码的水平和垂直尺寸调整图像的像素大小。通过使用属性2DXCols(模块的列数)和2DXRows(模块的行数),就可以对图像的尺寸进行优化。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

为了得到一个精确的图片,你可以根据所需条形码的水平和垂直尺寸调整图像的像素大小。通过使用属性2DXCols(模块的列数)和2DXRows(模块的行数),就可以对图像的尺寸进行优化:

》》》免费下载TBarCode SDK

Dim nScale As Long
Dim nXSize As Long
Dim nYSize As Long

'  1) Initialize the barcode 
TBarCode111.Text = "Somedata"
TBarCode111.BarCode = TBarCode11Lib.eBC_MicroPDF417
'	2) Use 5 pixels per module 
nScale = 5 
nXSize = TBarCode111.Get2DXCols * nScale nYSize = TBarCode111.Get2DXRows * nScale 
'	3) Save the barcode using the optimized size 
'	(Please note: The resolution specified by the last two parameters is only stored as 
'	information in the image attributes (if supported by the image type). 
'	It has no influence on the pixel size of the generated image.) 
TBarCode111.SaveImage "C:/MyBarcode.bmp", TBarCode11Lib.eIMBmp, nXSize, nYSize, 72, 72

标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:慧都控件网

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP