The background color of this widget.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public DeviceColor BackgroundColor { get; set; }
Visual Basic
Public Property BackgroundColor As DeviceColor
	Get
	Set

Remarks

Setting this property is supported in classic PDF documents only. The supported colors are all derived device colors and nullNothingnullptra null reference (Nothing in Visual Basic) (transparent).

See Also