PDFView4NET WPF Edition
PageBackgroundColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : PageBackgroundColor Property
Gets or sets the page background color of the pages.
Syntax
'Declaration
 
Public Property PageBackgroundColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.PageBackgroundColor = value
 
value = instance.PageBackgroundColor
public Color PageBackgroundColor {get; set;}
public: __property Color get_PageBackgroundColor();
public: __property void set_PageBackgroundColor( 
   Color value
);
public:
property Color PageBackgroundColor {
   Color get();
   void set (    Color value);
}

Property Value

The page background color of the pages.
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