Page tree

Versions Compared

Key

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

...

If you are using a database as a data source, the column that corresponds to the merge field containing the image must be of type BLOB ("Image" in SQL Server). If the data source is an array of objects, the value that corresponds to the merge field containing the image should be a simple byte array.

For more information about different data sources see Using a Database as a Data Source and Using an Array as a Data Source.

New to v8.6.1 - the data type can be specified as either BLOB/byte array or as string file path to the image file on the server.

...

For more sample code see the Insert Image Demo.