Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not wish to specify dimensions for the imported image, the image modifier can be used alone or with a scale argument.
If the image modifier is used by itself, for example %%=Company.Logo(image), the image will maintain it's original dimensions.
If the image modifier is used with a scaling argument, %%=Company.Logo(image(1)), the image will be scaled accordingly to fit it's containing text box.
The scaling argument can have the following values:

...

If you do wish to specify image dimensions, this can be done with or without the scaling argument.
The syntax for specifying an images dimensions without the scaling argument is image(width, height). For example %%=Company.Logo(i,2). All dimensions are in inches.
If you wish to use a scaling argument, this will be the first argument in your modifier. The data marker %%=Company.Logo(image(3,1,2)) would use the third scaling value.
The scaling argument can have the following values:

...