Macro Pdf417

The Macro Pdf417 barcode, represented by the MacroPdf417 class, has the same features as the Pdf417 barcode. Macro PDF417 differs from Pdf417 by providing a mechanism for splitting data in a file into blocks and representing the data using more than one PDF417 symbol.

The following example illustrates using the MacroPdf417 class.

MacroPdf417 barcode = new MacroPdf417("Hello World",3,3);
barcode.Draw(pngFilePath, 300, ImageFormat.Png);       
Dim barcode As MacroPdf417 = New MacroPdf417("Hello World",3,3)
barcode.Draw(pngFilePath, 300, ImageFormat.Png)

In this topic