BarcodeUtil Properties |
The BarcodeUtil type exposes the following members.
Name | Description | |
---|---|---|
AddChecksum |
Gets or sets whether a checksum should be generated and attached to the value to encode.
| |
AntiAlias |
Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image.
| |
BackColor |
Gets or Sets the background color.
| |
BarColor |
Gets or Sets the color of the bars.
| |
BarHeight |
Gets or Sets the bars height.
| |
BarRatio |
Gets or Sets the wide bars' width compared to the narrow bars' width.
| |
BarWidth |
Gets or Sets the narrow bars' width.
| |
BarWidthAdjustment |
Gets or sets the bar width adjustment.
| |
BorderColor |
Gets or Sets the barcode control border color.
| |
BorderWidth |
Gets or Sets the barcode border width.
| |
BottomMargin |
Gets or Sets the margin below the barcode bars.
| |
CodeAlignment |
Gets or Sets the text alignment for the DisplayCode property.
| |
DisplayChecksum |
Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
| |
DisplayCode |
Gets or Sets whether the value to encode will be displayed in the barcode image.
| |
DisplayHumanReadableText |
Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
| |
DisplayStopStartChars |
Gets or Sets whether start and stop characters should be displayed.
| |
DisplayText |
Gets or Sets additional text to show in the barcode image.
| |
Font |
Get or set the Font object used when rendering Code and Human Readable text.
| |
ForeColor |
Get or set the text color to use when rendering Code and Human Readable text.
| |
Height |
Get or set the barcode image height if the AutoSize property is set to false.
| |
HIBCFormattedHumanReadableText |
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
| |
QuietZoneWidth |
Gets or Sets the quiet zones' width.
| |
Rotation |
Get or set the rotation angle to apply to the barcode.
| |
TextAlignment |
Gets or sets the text alignment for the DisplayText property.
| |
TextFont |
Get or set the Font object for use when rendering the DisplayText property.
| |
TextForeColor |
Get or set the text color when rendering the DisplayText property.
| |
TopMargin |
Get or set the height of the margin above the barcode bars.
| |
UseQuietZoneForText |
Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
| |
ValueToEncode |
Gets or Sets the value to encode.
| |
Width |
Get or set the width of the barcode image if the AutoSize property is set to false.
|