PDFView4NET WinForms Edition


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

Property Value

The border color of the active page in the viewer.
Requirements

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

See Also