Class QRCodeBlock
Represents a block for a QR code.
public class QRCodeBlock : CodeBlock, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseQRCodeBlock
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
CellSizeRatio
Gets or sets the cell size ratio.
public CodeCellSizeRatio CellSizeRatio { get; set; }
Property Value
QRCodeType
Gets or sets the type of the QR code.
public QRCodeType QRCodeType { get; set; }
Property Value
- QRCodeType
The default value is Model2.
Size
Gets or sets the size.
public QRCodeSize Size { get; set; }