VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / BorderWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderWidth Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает ширину границы аннотации в пунктах (пользовательские единицы).
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A width of annotation border in points (user units).")>
    <DefaultValueAttribute(1)>
    <CategoryAttribute("Appearance")>
    Public Property BorderWidth As Single
    
    
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    [Category("Appearance")]
    public float BorderWidth { get; set; }
    
    
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    [Category("Appearance")]
    public: __property float get_BorderWidth();
    public: __property void set_BorderWidth(
    float value
    );
    [Description("A width of annotation border in points (user units).")]
    [DefaultValue(1)]
    [Category("Appearance")]
    public:
    property float BorderWidth { float get(); void set(float value); }

    Property Value

    Значение по умолчанию - 1.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также