Creates a string to be used as part of a Microsoft Word Mail Merge document using the WordProcessingML format.
Namespace: Inlite.BarcodeGenerator
Assembly: BarcodesForDocuments.NF
static string BitmapGetWordML (System.Drawing.Bitmap bmp, string title, string altText)
bmp
Bitmap created by CreateBarcode method
title
Title of the image.
altText
Alternative text displayed instead of image.
Save the string in a .doc file
as a Word document.
Click here
for more information.