AnnotationInteriorColor Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the interior color. An array of numbers in the range 0.0 to 1.0 specifying the interior color that shall be used to fill the annotation’s line endings. The number of array elements shall determine the colour space in which the colour is defined: 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[] InteriorColor { get; set; }

Property Value

Type: Double
The interior color.
See Also

Reference