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

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also