PDFView4NET WinForms Edition


PageBorderColor Property
Gets or sets the border color of the pages in the viewer.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF")>
<DescriptionAttribute("Border color of displayed pages")>
<DefaultValueAttribute(System.Drawing.Color, "Black")>
Public Property PageBorderColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.PageBorderColor = value
 
value = instance.PageBorderColor
[Browsable(true)]
[Category("PDF")]
[Description("Border color of displayed pages")]
[DefaultValue(System.Drawing.Color, "Black")]
public Color PageBorderColor {get; set;}

Property Value

The border color of the pages in the viewer.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also