VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / BorderColorComponents Property
Syntax Requirements SeeAlso
In This Topic
    BorderColorComponents 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 border.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property BorderColorComponents As Single[]
    
    
    [Browsable(False)]
    public float[] BorderColorComponents { get; set; }
    
    
    [Browsable(False)]
    public: __property float[] get_BorderColorComponents();
    public: __property void set_BorderColorComponents(
    float[]* value
    );
    [Browsable(False)]
    public:
    property float[] BorderColorComponents { 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also