PDFView4NET WinForms Edition
RenderingProgressColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : RenderingProgressColor Property
Gets or sets the color of the rendering progress bar.
Syntax
'Declaration
 
<CategoryAttribute("Display")>
<DescriptionAttribute("The page rendering progress bar color.")>
<DefaultValueAttribute(System.Drawing.Color, "Empty")>
Public Property RenderingProgressColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.RenderingProgressColor = value
 
value = instance.RenderingProgressColor
[Category("Display")]
[Description("The page rendering progress bar color.")]
[DefaultValue(System.Drawing.Color, "Empty")]
public Color RenderingProgressColor {get; set;}
[Category("Display")]
[Description("The page rendering progress bar color.")]
[DefaultValue(System.Drawing.Color, "Empty")]
public: __property Color get_RenderingProgressColor();
public: __property void set_RenderingProgressColor( 
   Color value
);
[Category("Display")]
[Description("The page rendering progress bar color.")]
[DefaultValue(System.Drawing.Color, "Empty")]
public:
property Color RenderingProgressColor {
   Color get();
   void set (    Color value);
}
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