PDF .NET Library Documentation - PDF Technologies, Inc.
MacroPdf417 barcode class.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class MacroPdf417 : PDF417
Visual Basic (Declaration)
Public Class MacroPdf417 _
	Inherits PDF417
Visual C++
public ref class MacroPdf417 : public PDF417

Remarks

Macro PDF417 provides a means for creating a distributed representation of files too large to be represented by a single PDF417 symbol. Macro PDF417 symbols differ from ordinary PDF417 symbols in that they contain additional control information used to support this distributed representation. This allows a decoder to make use of this information to correctly reconstruct and verify the file, independent of the symbol scanning order.

Inheritance Hierarchy

See Also