CSV_Display_Logo
Displays company logo at specified x and y coordinates. The logo needs to be a 256-color (or less) bitmap file. The default file is "logo.bmp" located in the [RUN] directory. Alternatively, a file name and path may be specified.
Note: The logo will only be displayed on the first scanupdate of the page.
Syntax
CSV_Display_Logo(iX,iY,sLogoFile)
#iX:
X coordinate to display top-left corner of logo.
#iY:
Y coordinate to display top-left corner of logo.
#sLogoFile:
File name to display (including path).