Enum QrModuleShape
Specifies the visual shape of individual modules (dots) in the QR code.
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public enum QrModuleShape
Fields
| Name | Description |
|---|---|
| Circle | Circular modules. |
| Diamond | Diamond-shaped (rhombus) modules. |
| Hexagon | Regular hexagonal modules. |
| PillHorizontal | Horizontal capsule-shaped modules (rectangle with semicircular ends on left and right). |
| PillVertical | Vertical capsule-shaped modules (rectangle with semicircular ends on top and bottom). |
| Plus | Plus-shaped ("+") modules. |
| Rectangle | Standard square modules (classic QR code appearance). |
| RoundedSquare | Square modules with rounded corners. |
| Snowflake | Snowflake-like modules with radial symmetry. |
| Star | Star-shaped modules with multiple radial points. |