CodeEANUtil Interface |
Namespace: Zebra.Sdk.Card.Graphics.Barcode
The CodeEANUtil type exposes the following members.
Name | Description | |
---|---|---|
AddChecksum |
Gets or sets whether a checksum should be generated and attached to the value to encode.
(Inherited from BarcodeUtil.) | |
AntiAlias |
Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image.
(Inherited from BarcodeUtil.) | |
BackColor |
Gets or Sets the background color.
(Inherited from BarcodeUtil.) | |
BarColor |
Gets or Sets the color of the bars.
(Inherited from BarcodeUtil.) | |
BarHeight |
Gets or Sets the bars height.
(Inherited from BarcodeUtil.) | |
BarRatio |
Gets or Sets the wide bars' width compared to the narrow bars' width.
(Inherited from BarcodeUtil.) | |
BarWidth |
Gets or Sets the narrow bars' width.
(Inherited from BarcodeUtil.) | |
BarWidthAdjustment |
Gets or sets the bar width adjustment.
(Inherited from BarcodeUtil.) | |
BorderColor |
Gets or Sets the barcode control border color.
(Inherited from BarcodeUtil.) | |
BorderWidth |
Gets or Sets the barcode border width.
(Inherited from BarcodeUtil.) | |
BottomMargin |
Gets or Sets the margin below the barcode bars.
(Inherited from BarcodeUtil.) | |
CodeAlignment |
Gets or Sets the text alignment for the DisplayCode property.
(Inherited from BarcodeUtil.) | |
DisplayChecksum |
Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
(Inherited from BarcodeUtil.) | |
DisplayCode |
Gets or Sets whether the value to encode will be displayed in the barcode image.
(Inherited from BarcodeUtil.) | |
DisplayGuardBar |
Gets or Sets whether guard bars should be drawn.
| |
DisplayHumanReadableText |
Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
(Inherited from BarcodeUtil.) | |
DisplayLightMarginIndicator |
Gets or Sets whether light margin indicators should be displayed in the barcode.
| |
DisplayStopStartChars |
Gets or Sets whether start and stop characters should be displayed.
(Inherited from BarcodeUtil.) | |
DisplayText |
Gets or Sets additional text to show in the barcode image.
(Inherited from BarcodeUtil.) | |
Font |
Get or set the Font object used when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.) | |
ForeColor |
Get or set the text color to use when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.) | |
GuardBarHeight |
Gets or Sets the height of the guard bars.
| |
Height |
Get or set the barcode image height if the AutoSize property is set to false.
(Inherited from BarcodeUtil.) | |
HIBCFormattedHumanReadableText |
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
(Inherited from BarcodeUtil.) | |
QuietZoneWidth |
Gets or Sets the quiet zones' width.
(Inherited from BarcodeUtil.) | |
Rotation |
Get or set the rotation angle to apply to the barcode.
(Inherited from BarcodeUtil.) | |
SupplementCode |
Gets or Sets the supplement value to use for EAN barcode types.
| |
SupplementSeparation |
Gets or Sets the gap separation between the barcode and its supplement.
| |
SupplementTopMargin |
Gets or Sets the height of the margin above the EAN supplement bars.
| |
SupplementType |
Gets or Sets the supplement type to use.
| |
TextAlignment |
Gets or sets the text alignment for the DisplayText property.
(Inherited from BarcodeUtil.) | |
TextFont |
Get or set the Font object for use when rendering the DisplayText property.
(Inherited from BarcodeUtil.) | |
TextForeColor |
Get or set the text color when rendering the DisplayText property.
(Inherited from BarcodeUtil.) | |
TopMargin |
Get or set the height of the margin above the barcode bars.
(Inherited from BarcodeUtil.) | |
UseQuietZoneForText |
Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
(Inherited from BarcodeUtil.) | |
ValueToEncode |
Gets or Sets the value to encode.
(Inherited from BarcodeUtil.) | |
Width |
Get or set the width of the barcode image if the AutoSize property is set to false.
(Inherited from BarcodeUtil.) |
Name | Description | |
---|---|---|
ClearBarcode |
Reset all properties to default values
(Inherited from BarcodeUtil.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
DrawBarcode |
Draws the selected barcode symbology into a user defined rectangle.
(Inherited from BarcodeUtil.) |