WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageBorder

    Show / Hide Table of Contents

    Class PageBorder

    Represents a class for customizing page border

    Inheritance
    System.Object
    PageBorder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PageBorder

    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 Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved