VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Browsable(False)]
    public: __property float[] get_BackgroundColorComponents();
    public: __property void set_BackgroundColorComponents(
    float[]* value
    );
    [Browsable(False)]
    public:
    property float[] BackgroundColorComponents { float[] get(); void set(array<float>^ value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also