PDFImage

Prints an image to current coordinates. Set maxium width and height of your image in current unit (default is milimeters).

Anveo Mobile only supports PNG images.

PDFImage(string ImageContent, 
int MaxWidth,
int MaxHeight);

Example:
local CI = Record('Company Information');
CI:FINDFIRST();

PDFImage(CI:GETVALUE('Picture'),40,20);