Click or drag to resize

ZebraBarcodeFactoryGetCodeEAN8 Method

Returns the barcode utilites class for EAN8 barcodes.

Namespace:  Zebra.Sdk.Card.Graphics.Barcode
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public static CodeEANUtil GetCodeEAN8(
	ZebraGraphics graphics
)

Parameters

graphics
Type: Zebra.Sdk.Card.GraphicsZebraGraphics
Instance of ZebraGraphics.

Return Value

Type: CodeEANUtil
Instance of CodeEANUtil for the specified EAN barcode type.
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf graphics object is null.
See Also