ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / WidgetAnnotation Class / BorderColor Property




In This Topic
    BorderColor Property
    In This Topic
    Gets or sets the border color of the widget as an RGB color, handling conversion to and from CMYK or grayscale as needed.
    System.Drawing.Color.Empty is returned if this widget has no border color.
    Syntax
    'Declaration
     
    Public Property BorderColor As Color
    'Usage
     
    Dim instance As WidgetAnnotation
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    public Color BorderColor {get; set;}
    public: __property Color get_BorderColor();
    public: __property void set_BorderColor( 
       Color value
    );
    public:
    property Color BorderColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    The border color of the widget.
    See Also