Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public MicroPdf417Version MicroPdf417Version { get; set; }
Visual Basic (Declaration)
Public Property MicroPdf417Version As MicroPdf417Version
Visual C++
public:
property MicroPdf417Version MicroPdf417Version {
	MicroPdf417Version get ();
	void set (MicroPdf417Version value);
}

See Also