menu

Document Processing

PageBorder Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageBorder Class

    Represents a class for customizing page border

    Inheritance
    System.Object
    PageBorder
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PageBorder : Object

    Constructors

    PageBorder()

    Declaration
    public PageBorder()

    Properties

    Color

    Gets or sets the color of PageBorder. Default color is Black.

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

    IsVisible

    Gets or sets the user interface (UI) visibility of the PageBorder. Default value is true.

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