BarCodeGeneratorControl
内容
[
隐藏
]BarCodeGeneratorControl class
BarCode Windows Control,转到您的工具箱面板并添加 Aspose.BarCode.dll, ,您将看到 BarcodeGeneratorControl 出现。 只需将其拖放到您的 Windows 窗体中。 见 见
public sealed class BarCodeGeneratorControl : Control, IBarCodeGeneratorControl
构造函数
姓名 | 描述 |
---|---|
BarCodeGeneratorControl() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
AutoSizeMode { get; set; } | 获取或设置条码自动调整大小的模式。 默认值为 AutoSizeMode.None。 |
BackgroundColor { get; set; } | 条形码图像的背景颜色。 |
BarCodeHeight { get; } | 条码图像高度时AutoSizeMode 属性设置为 AutoSizeMode.Nearest 或 AutoSizeMode.Interpolation. |
BarcodePaddings { get; } | 获取或设置条形码填充参数Padding . |
BarcodeType { get; set; } | BarCode 的编码类型(符号)。 使用EncodeTypes 获取当前符号。 |
BarCodeWidth { get; } | 条码图像宽度时AutoSizeMode 属性设置为 AutoSizeMode.Nearest 或 AutoSizeMode.Interpolation. |
BarColor { get; set; } | 条形颜色。 |
BarHeight { get; } | 一维条码条的高度。 忽略如果AutoSizeMode 属性设置为 AutoSizeMode.Nearest 或 AutoSizeMode.Interpolation. |
Border { get; } | 获取或设置边框参数BorderParameters . |
CaptionAbove { get; } | 条码图像上方的标题。看CaptionParameters . |
CaptionBelow { get; } | 条码图像下方的标题。看CaptionParameters . |
ChecksumAlwaysShow { get; set; } | 始终在 Code128 和 GS1Code128 条码的人类可读文本中显示校验和数字。 |
CodeText { get; set; } | 要编码的数据,不同类型的BarCode可能有不同的CodeText长度限制。 |
CodeTextParameters { get; } | 获取或设置 CodeText 参数CodetextParameters . |
EnableEscape { get; set; } | 指示是否将字符“\”解释为 CodeText 属性中的转义字符。用于Pdf417、DataMatrix、Code128 only 如果EnableEscape为真,“\”将解释为特殊转义字符。否则,“\”作为普通字符。 Aspose.BarCode 支持输入十进制 ascii 码和 ASCII 控制码字符的助记符。例如,\013 和 \CR 代表 CR。 |
EncodeType { get; set; } | BarCode 的编码类型(符号)。 使用EncodeTypes 获取当前符号。 |
FilledBars { get; set; } | 获取或设置指示条是否填充的值。 仅适用于一维条码。 |
IsChecksumEnabled { get; set; } | 在生成一维条码期间启用校验和。 |
Resolution { get; set; } | 获取或设置条形码图像的分辨率。 两个维度的一个值。 默认值:96 dpi。 |
RotationAngle { get; set; } | BarCode 图像旋转角度,以度为单位,例如 RotationAngle = 0 或 RotationAngle = 360 表示不旋转。 如果 RotationAngle 不等于 90、180、270 或 0,可能会增加扫描仪读取图像的难度。 |
Specific { get; } | 具体参数 |
ThrowExceptionWhenCodeTextIncorrect { get; set; } | 仅适用于一维条码。 如果代码文本不正确且值设置为 true - 将引发异常。否则 codetext 将被更正以匹配条形码的规范。 如果 codetext 不正确,则始终会引发异常。 . |
WideNarrowRatio { get; set; } | 宽条与窄条的比例。 默认值:3,即宽条是窄条的 3 倍。 用于 ITF、PZN、PharmaCode、Standard2of5、Interleaved2of5、Matrix2of5、ItalianPost25、IATA2of5、VIN、DeutschePost , OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard |
XDimension { get; } | X-dimension 是 BarCode 条或空格单位的最小宽度。 增加这将增加整个条形码图像的宽度。 忽略如果AutoSizeMode 属性设置为 AutoSizeMode.Nearest 或 AutoSizeMode.Interpolation. |
也可以看看
- interface IBarCodeGeneratorControl
- 命名空间 Aspose.BarCode.Windows.Forms
- 部件 Aspose.BarCode