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: 5.0.3500.0 (5.0.3500.4)
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); } |