Utility.BitmapGetWordML method

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

Syntax

static string BitmapGetWordML (System.Drawing.Bitmap bmp, string title, string altText)

Parameters

bmp

Bitmap created by CreateBarcode method

title

Title of the image.

altText

Alternative text displayed instead of image.

Remarks

Save the string in a .doc file as a Word document.
Click here for more information.