ChoiceFieldSelectionColor Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the color of the selection. The color is an array of numbers that shall be in the range 0.0 to 1.0 specifying the colour of the widget annotation’s border. 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.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] SelectionColor { get; set; }

Property Value

Type: Double
The color of the selection.
See Also

Reference