Gets or sets the Micro QR Code Version to use on that symbology. 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
C# |
---|
public MicroQRCodeVersion MicroQRCodeVersion { get; set; } |
Visual Basic |
---|
Public Property MicroQRCodeVersion As MicroQRCodeVersion
Get
Set |
Visual C++ |
---|
public:
property MicroQRCodeVersion MicroQRCodeVersion {
MicroQRCodeVersion get ();
void set (MicroQRCodeVersion value);
} |
Property Value
Type:
MicroQRCodeVersionSee Also