Page tree

Versions Compared

Key

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

...

Excerpt

WordTemplate can insert images from byte arrays or ADO.NET objects into your Word documents.


The AdventureWorks SQL query includes the ProductPhoto.ThumbNailPhoto field, which is a binary image stored in the database. By using special merge field syntax (click "View template" to see the template document and merge fields), you can import the image from the DataColumn into the document at runtime.

http://windemo.softartisans.com/OfficeWriter/latest/WordWriter/Web/CSharp/ShowCode.aspx?p=wordtemplate/InsertImage.aspx.cs

Code