Class QRCodeSize
Represents QR code size settings written to the laser.
public class QRCodeSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseQRCodeSize
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
AutoModeIsEnabled
Gets or sets a value indicating whether auto mode is active.
public bool AutoModeIsEnabled { get; set; }
Property Value
- bool
The default value is true. The mode Auto cannot be set in the case of the micro QR.
CellSize
Gets or sets the cell size in millimeters.
public double CellSize { get; set; }
Property Value
- double
The default value is 0.2mm.
QuietZone
Gets or sets the quiet zone.
public int QuietZone { get; set; }
Property Value
- int
The default value is 4. The quiet zone can be set when the format is “Black/white inversion".
Version
Gets or sets the code version.
public QRCodeVersion Version { get; set; }
Property Value
- QRCodeVersion
The default value is Auto.