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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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