QRCodeBarcodeShape
A QR code is a two-dimensional bar code type with data encoded for optimal machine readability.
SMAPI supports following properties and methods to implement the shape.
| Angle | Gets or sets the rotation angle of the QR Code bar code shape |
| AutoExpand | Gets or sets whether the size can be auto expanded. |
| CodeSize | Gets or sets the size of the the QR bar code shape. |
| EncodingMode | Gets or sets the encoding mode of the the QR barcode shape. |
| ErrorCorrectionLevel | Specify the error correction levels used in QR code. |
| FlipHorizontally | Gets or sets whether the bar code is flipped in horizontal direction. |
| FlipVertically | Gets or sets whether the bar code is flipped in vertical direction. |
| HatchingDirection | Gets or sets the hatching direction of the bar code shape. |
| HatchPattern | Gets or sets the hatch pattern of the QR Code bar code shape. |
| HatchLineDirection | Gets or sets the direction in which the hatch lines propagate during the hatching operation. |
| Height | Gets or sets the height of the QR Code bar code shape. |
| InvertImage | Gets or sets whether the bar code shape is inverted. |
| Location | Location of the bar code |
| MarkingOrder | Gets or sets how the bar code should be marked |
| QuietZone | Gets or sets whether the bar code needs a quiet zone |
| Text | Gets or sets the text of the bar code shape. |