Enum PdfDashStyle
Defines the PDF dash style.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PdfDashStyle
Fields
| Name | Description |
|---|---|
| Dash | Specifies the PDF dash style as dash. |
| DashDot | Specifies the PDF dash style as dashed dot. |
| DashDotDot | Specifies the PDF dash style as dashed dot dot. |
| Dot | Specifies the PDF dash style as dot. |
| Solid | Specifies the PDF dash style as solid. |