RetailBarcodeManagement::getBarcodeJpegImageAsBase64String Method [AX 2012]

Gets an image of the bacode as base64string.

server public static str getBarcodeJpegImageAsBase64String(
    str barcodeStr, 
    str fontName, 
    int fontSize)

Run On

Server

Parameters

barcodeStr
Type: str
The barcode string of the item.
fontName
Type: str
The name of font used.
fontSize
Type: int
The size of the font used.

Return Value

Type: str
The string that represents an image.
Show: