Class BarcodeConfig
BarcodeConfig class
条码元素。可用于对值进行编码。 使用以像素为单位的坐标定位在页面上。
public class BarcodeConfig : BaseConfig
构造函数
| 姓名 | 描述 |
|---|---|
| BarcodeConfig() | 默认构造函数。 |
特性
| 姓名 | 描述 |
|---|---|
| Align { get; set; } | page 上的条形码对齐方式 |
| BarcodeQRVersion { get; set; } | 二维码二维码 |
| BarcodeType { get; set; } | 条码元素的类型 |
| DrawCodetext { get; set; } | 表示是否在条码图像下方绘制文字) |
| Height { get; set; } | 条码图像目标高度 |
| override Name { get; set; } | 条形码名称。为了价值Value |
| override Type { get; set; } | omr 元素的类型。 JSON 序列化的必填字段. |
| Value { get; set; } | 要编码的条码值 |
| X { get; set; } | X 坐标。将 skip 的值设置为 -1 |
| Y { get; set; } | Y 坐标。将 skip 的值设置为 -1 |