PDFView4NET WinForms Edition
ActivePageBorderColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : 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;}
[Browsable(true)]
[Category("PDF")]
[Description("Border color of current page")]
[DefaultValue(System.Drawing.Color, "Black")]
public: __property Color get_ActivePageBorderColor();
public: __property void set_ActivePageBorderColor( 
   Color value
);
[Browsable(true)]
[Category("PDF")]
[Description("Border color of current page")]
[DefaultValue(System.Drawing.Color, "Black")]
public:
property Color ActivePageBorderColor {
   Color get();
   void set (    Color value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members