menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfBorder - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfBorder

    Defines the border options for PDF export.

    Inheritance
    System.Object
    PdfBorder
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfBorder : Object

    Constructors

    PdfBorder()

    Declaration
    public PdfBorder()

    Properties

    Color

    Defines the border color.

    Declaration
    public string Color { get; set; }
    Property Value
    Type
    System.String

    DashStyle

    Defines the border dash style.

    Declaration
    public PdfBorderStyle DashStyle { get; set; }
    Property Value
    Type
    PdfBorderStyle

    Width

    Defines the border width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved