Page tree

Versions Compared

Key

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

...

  1. Create or open a PowerPointTemplate
  2. Add the image modifier in parenthese to the data marker in which you want to insert the image. For example, change %%=Company.Logo to %%=Company.Logo(image)
  3. If desired, set the 'image' modifier's sizing argumentsmode

Using the Image modifier without dimensions

The image modifier can be used without dimensions either alone or with a scaling argumentmode.
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 argumentmode, %%=Company.Logo(image(1)), the image will be scaled accordingly and sized to fit the containing text box.
The scaling argument mode can have the following values:

...

Using the Image modifier with dimensions

Image dimensions can be specifies as arguments after the image modifierThe image modifier can take parameters specifying the image dimensions. Again, this can be done with or without the scaling argumentmode.
The syntax for specifying an images dimensions without the scaling argument mode is image(width, height). For example %%=Company.Logo(i1,2). All dimensions are in inches.
To use a scaling argumentmode, add it as the first argument parameter in your modifier. For example, the data marker %%=Company.Logo(image(3,1,2)) would use the third scaling value.
The scaling argument mode can have the following values:

...