ZebraBarcodeFactoryGetCodePDF417 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 CodePDF417Util GetCodePDF417(
ZebraGraphics graphics
)
Public Shared Function GetCodePDF417 (
graphics As ZebraGraphics
) As CodePDF417Util
public:
static CodePDF417Util^ GetCodePDF417(
ZebraGraphics^ graphics
)
Parameters
- graphics
- Type: Zebra.Sdk.Card.GraphicsZebraGraphics
Instance of ZebraGraphics.
Return Value
Type:
CodePDF417UtilInstance of CodeEANUtil for the specified EAN barcode type.
Exceptions See Also