VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / BackgroundColorComponents Property
Syntax Requirements SeeAlso
In This Topic
BackgroundColorComponents Property (PdfAnnotationAppearanceCharacteristics)
In This Topic
Gets or sets an array of numbers in the range 0.0 to 1.0 specifying the color of the widget annotation background.
Syntax
'Declaration

<BrowsableAttribute(False)>
Public Property BackgroundColorComponents As Single[]

[Browsable(False)]
public float[] BackgroundColorComponents { get; set; }

Property Value

The number of array elements determines the color space in which the color is defined:
  • 0 - No color; transparent
  • 1 - DeviceGray
  • 3 - DeviceRGB
  • 4 - DeviceCMYK
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also