Aspose::BarCode::Generation::BorderDashStyle enum
BorderDashStyle enum
Specifies the style of dashed border lines.
enum class BorderDashStyle
Values
| Name | Value | Description |
|---|---|---|
| Solid | 0 | Specifies a solid line. |
| Dash | 1 | Specifies a line consisting of dashes. |
| Dot | 2 | Specifies a line consisting of dots. |
| DashDot | 3 | Specifies a line consisting of a repeating pattern of dash-dot. |
| DashDotDot | 4 | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++