Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an image of the bacode as base64string.
Syntax
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.