VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / BorderWidth Property
Syntax Requirements SeeAlso
In This Topic
    BorderWidth Property (PdfAnnotation)
    In This Topic
    Gets or sets a width of annotation border in points (user units).
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A width of annotation border in points (user units).")>
    <DefaultValueAttribute(1)>
    Public Property BorderWidth As Single
    
    
    [Category("Appearance")]
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    public float BorderWidth { get; set; }
    
    
    [Category("Appearance")]
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    public: __property float get_BorderWidth();
    public: __property void set_BorderWidth(
    float value
    );
    [Category("Appearance")]
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    public:
    property float BorderWidth { float get(); void set(float value); }

    Property Value

    Default value is 1.
    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