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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
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);
} | 
Property Value
Type: 
MicroPdf417Version See Also
See Also