WidgetAnnotationBackgroundColor Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets An array of numbers that shall be in the range 0.0 to 1.0 specifying the colour of the widget annotation’s background. The number of array elements determines the colour space in which the colour shall bedefined: 0 No colour; transparent 1 DeviceGray 3 DeviceRGB 4 DeviceCMYK

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] BackgroundColor { get; set; }

Property Value

Type: Double
The background color.
See Also

Reference