PDFImage
Drukt een afbeelding af op de huidige coördinaten. Stel de maximale breedte en hoogte van je afbeelding in de huidige eenheid in (standaard is dit milimeter).
Anvaigo Mobile ondersteunt alleen PNG-afbeeldingen.
PDFImage(string ImageContent,
int MaxWidth,
int MaxHeight);
Example:
local CI = Record('Company Information');
CI:FINDFIRST();
PDFImage(CI:GETVALUE('Picture'),40,20);