Dit is een automatische vertaling. De originele post is beschikbaar in Engels.

PDFImage

Gebruik deze opdracht om een afbeelding af te drukken op de huidige coördinaten. Geef de maximale breedte en hoogte op voor je afbeelding in de huidige eenheden (standaard is millimeter).

De Anveo Mobile App ondersteunt alleen PNG-afbeeldingen.

PDFImage(string ImageContent, 
int MaxWidth,
int MaxHeight)

Example:
Prints the picture from the company information to the PDF
local CI = Record('Company Information');
CI:FINDFIRST();
PDFImage(CI:GETVALUE('Picture'),40,20);