Cuminas DjVu SDK for .NET Framework
BgColor Property (Annotation)



Gets/Sets background color of the page.
Syntax
Public Property BgColor As Color
Dim instance As Annotation
Dim value As Color
 
instance.BgColor = value
 
value = instance.BgColor
public Color BgColor {get; set;}
public:
property Color BgColor {
   Color get();
   void set (    Color value);
}

Property Value

The opacity (Alpha) of the Color is ignored. The default value is white (0xffffff).
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Annotation Class
Annotation Members

Send Feedback