PDFView4NET WPF Edition
PageBorderColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : PageBorderColor Property
Gets or sets the border color of the pages in the viewer.
Syntax
'Declaration
 
Public Property PageBorderColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.PageBorderColor = value
 
value = instance.PageBorderColor
public Color PageBorderColor {get; set;}
public: __property Color get_PageBorderColor();
public: __property void set_PageBorderColor( 
   Color value
);
public:
property Color PageBorderColor {
   Color get();
   void set (    Color value);
}

Property Value

The border color of the pages 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