Get/set the backgroundcolor.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual Color BackgroundColor { get; set; } |
Visual Basic |
---|
Public Overridable Property BackgroundColor As Color Get Set |
Visual C++ |
---|
public: virtual property Color^ BackgroundColor { Color^ get (); void set (Color^ value); } |