Class PageBorder
Represents a class for customizing page border
Inheritance
System.Object
PageBorder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |