Click or drag to resize

BarcodeUtil Interface

Base interface used for drawing a barcode.

Namespace:  Zebra.Sdk.Card.Graphics.Barcode
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public interface BarcodeUtil : IDisposable

The BarcodeUtil type exposes the following members.

Properties
  NameDescription
Public propertyAddChecksum
Gets or sets whether a checksum should be generated and attached to the value to encode.
Public propertyAntiAlias
Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image.
Public propertyBackColor
Gets or Sets the background color.
Public propertyBarColor
Gets or Sets the color of the bars.
Public propertyBarHeight
Gets or Sets the bars height.
Public propertyBarRatio
Gets or Sets the wide bars' width compared to the narrow bars' width.
Public propertyBarWidth
Gets or Sets the narrow bars' width.
Public propertyBarWidthAdjustment
Gets or sets the bar width adjustment.
Public propertyBorderColor
Gets or Sets the barcode control border color.
Public propertyBorderWidth
Gets or Sets the barcode border width.
Public propertyBottomMargin
Gets or Sets the margin below the barcode bars.
Public propertyCodeAlignment
Gets or Sets the text alignment for the DisplayCode property.
Public propertyDisplayChecksum
Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
Public propertyDisplayCode
Gets or Sets whether the value to encode will be displayed in the barcode image.
Public propertyDisplayHumanReadableText
Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
Public propertyDisplayStopStartChars
Gets or Sets whether start and stop characters should be displayed.
Public propertyDisplayText
Gets or Sets additional text to show in the barcode image.
Public propertyFont
Get or set the Font object used when rendering Code and Human Readable text.
Public propertyForeColor
Get or set the text color to use when rendering Code and Human Readable text.
Public propertyHeight
Get or set the barcode image height if the AutoSize property is set to false.
Public propertyHIBCFormattedHumanReadableText
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
Public propertyQuietZoneWidth
Gets or Sets the quiet zones' width.
Public propertyRotation
Get or set the rotation angle to apply to the barcode.
Public propertyTextAlignment
Gets or sets the text alignment for the DisplayText property.
Public propertyTextFont
Get or set the Font object for use when rendering the DisplayText property.
Public propertyTextForeColor
Get or set the text color when rendering the DisplayText property.
Public propertyTopMargin
Get or set the height of the margin above the barcode bars.
Public propertyUseQuietZoneForText
Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
Public propertyValueToEncode
Gets or Sets the value to encode.
Public propertyWidth
Get or set the width of the barcode image if the AutoSize property is set to false.
Top
Methods
  NameDescription
Public methodClearBarcode
Reset all properties to default values
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDrawBarcode
Draws the selected barcode symbology into a user defined rectangle.
Top
See Also