Click or drag to resize

ZebraBarcodeFactoryGetCodeEAN13 Method

Returns the barcode utilites class for EAN13 barcodes.

Namespace:  Zebra.Sdk.Card.Graphics.Barcode
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public static CodeEANUtil GetCodeEAN13(
	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