Class 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.
Inheritance
System.Object
PdfBorderStyle
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PdfBorderStyle : Enum
Fields
Dash
Dash - Export as PDF with dash type border.
Declaration
public const PdfBorderStyle Dash
Field Value
Type |
---|
PdfBorderStyle |
DashDot
DashDot - Export as PDF with dashdot type border.
Declaration
public const PdfBorderStyle DashDot
Field Value
Type |
---|
PdfBorderStyle |
DashDotDot
DashDotDot - Export as PDF with dashdotdot type border.
Declaration
public const PdfBorderStyle DashDotDot
Field Value
Type |
---|
PdfBorderStyle |
Dot
Dot - Export as PDF with dot type border.
Declaration
public const PdfBorderStyle Dot
Field Value
Type |
---|
PdfBorderStyle |
Solid
Solid - Export as PDF with solid type border.
Declaration
public const PdfBorderStyle Solid
Field Value
Type |
---|
PdfBorderStyle |