Enum PdfBorderStyle
Defines border style to PDF export file. They are Solid - Export as PDF with solid type border. Dash - Export as PDF with dash type border. Dot - Export as PDF with dot type border. DashDot - Export as PDF with dashdot type border. DashDotDot - Export as PDF with dashdotdot type border.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PdfBorderStyle
Fields
| Name | Description |
|---|---|
| Dash | Dash - Export as PDF with dash type border. |
| DashDot | DashDot - Export as PDF with dashdot type border. |
| DashDotDot | DashDotDot - Export as PDF with dashdotdot type border. |
| Dot | Dot - Export as PDF with dot type border. |
| Solid | Solid - Export as PDF with solid type border. |