VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / BorderDashArray Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderDashArray Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает массив пользовательских тире и пробелов для границы аннотации.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("An array of custom dashes and spaces for annotation border.")>
    <DefaultValueAttribute(null)>
    Public Property BorderDashArray As Single[]
    
    
    [Category("Appearance")]
    [Description("An array of custom dashes and spaces for annotation border.")]
    [DefaultValue(null)]
    public float[] BorderDashArray { get; set; }
    
    
    [Category("Appearance")]
    [Description("An array of custom dashes and spaces for annotation border.")]
    [DefaultValue(null)]
    public: __property float[] get_BorderDashArray();
    public: __property void set_BorderDashArray(
    float[]* value
    );
    [Category("Appearance")]
    [Description("An array of custom dashes and spaces for annotation border.")]
    [DefaultValue(null)]
    public:
    property float[] BorderDashArray { float[] get(); void set(array<float>^ value); }

    Property Value

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

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

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