Click or drag to resize

Code39Util Interface

Interface used to configure and draw a Code39 barcode.

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

The Code39Util 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.
(Inherited from BarcodeUtil.)
Public propertyAntiAlias
Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image.
(Inherited from BarcodeUtil.)
Public propertyBackColor
Gets or Sets the background color.
(Inherited from BarcodeUtil.)
Public propertyBarColor
Gets or Sets the color of the bars.
(Inherited from BarcodeUtil.)
Public propertyBarHeight
Gets or Sets the bars height.
(Inherited from BarcodeUtil.)
Public propertyBarRatio
Gets or Sets the wide bars' width compared to the narrow bars' width.
(Inherited from BarcodeUtil.)
Public propertyBarWidth
Gets or Sets the narrow bars' width.
(Inherited from BarcodeUtil.)
Public propertyBarWidthAdjustment
Gets or sets the bar width adjustment.
(Inherited from BarcodeUtil.)
Public propertyBorderColor
Gets or Sets the barcode control border color.
(Inherited from BarcodeUtil.)
Public propertyBorderWidth
Gets or Sets the barcode border width.
(Inherited from BarcodeUtil.)
Public propertyBottomMargin
Gets or Sets the margin below the barcode bars.
(Inherited from BarcodeUtil.)
Public propertyCodeAlignment
Gets or Sets the text alignment for the DisplayCode property.
(Inherited from BarcodeUtil.)
Public propertyDisplayChecksum
Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
(Inherited from BarcodeUtil.)
Public propertyDisplayCode
Gets or Sets whether the value to encode will be displayed in the barcode image.
(Inherited from BarcodeUtil.)
Public propertyDisplayHumanReadableText
Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
(Inherited from BarcodeUtil.)
Public propertyDisplayStopStartChars
Gets or Sets whether start and stop characters should be displayed.
(Inherited from BarcodeUtil.)
Public propertyDisplayText
Gets or Sets additional text to show in the barcode image.
(Inherited from BarcodeUtil.)
Public propertyExtended
Gets or sets whether the extended version for Code39 barcodes should be used.
Public propertyFont
Get or set the Font object used when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.)
Public propertyForeColor
Get or set the text color to use when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.)
Public propertyHeight
Get or set the barcode image height if the AutoSize property is set to false.
(Inherited from BarcodeUtil.)
Public propertyHIBCFormattedHumanReadableText
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
(Inherited from BarcodeUtil.)
Public propertyQuietZoneWidth
Gets or Sets the quiet zones' width.
(Inherited from BarcodeUtil.)
Public propertyRotation
Get or set the rotation angle to apply to the barcode.
(Inherited from BarcodeUtil.)
Public propertyTextAlignment
Gets or sets the text alignment for the DisplayText property.
(Inherited from BarcodeUtil.)
Public propertyTextFont
Get or set the Font object for use when rendering the DisplayText property.
(Inherited from BarcodeUtil.)
Public propertyTextForeColor
Get or set the text color when rendering the DisplayText property.
(Inherited from BarcodeUtil.)
Public propertyTopMargin
Get or set the height of the margin above the barcode bars.
(Inherited from BarcodeUtil.)
Public propertyUseQuietZoneForText
Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
(Inherited from BarcodeUtil.)
Public propertyValueToEncode
Gets or Sets the value to encode.
(Inherited from BarcodeUtil.)
Public propertyWidth
Get or set the width of the barcode image if the AutoSize property is set to false.
(Inherited from BarcodeUtil.)
Top
Methods
  NameDescription
Public methodClearBarcode
Reset all properties to default values
(Inherited from BarcodeUtil.)
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.
(Inherited from BarcodeUtil.)
Top
See Also