Picture Field

A picture can be included in the generated document using a field of the general form:
{
Include Picture
url-expression
Format
width-whole-number
By
height-whole-number }
where the
Format
size(width by height)of the picture is optional. The width and height units are "points" which are roughly 0.3mm. If no size is specified a default size is used, approximately 3cm by 5cm.
Note that this type of inclusion is performed by Word so the URL should be resolvable from the machine on which the generated document is opened.

Examples

{IncludePictureDocumentsURL + "CompanyLogo.gif"}
{IncludePictureDocumentsURL + "CompanyLogo.gif" Format 64 By 64}
where
DocumentsURL
is a variable which evaluates tosome base URL text.