PDF417 .NET Managed Component

Developer versions require the developer’s serial number to be passed to the component using the Serial property before the Barcode() method is called. The Serial property should be set to the serial number provided for your product, e.g.

Pdfnet1.Serial="12345" for VB

pdfnet1.Serial="12345"; for C#

pdfnet1.set_Serial("12345"); for J#

Use of an incorrect serial number will result in randomly scrambled symbols.

Main properties and methods are shown below; others are listed in the Common .NET component features section

 

More:

PDF417.NET Properties

PDF417.NET Methods