VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / BorderDashArray Property
Syntax Requirements SeeAlso
In This Topic
    BorderDashArray Property (PdfAnnotation)
    In This Topic
    Gets or sets an array of custom dashes and spaces for annotation border.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("An array of custom dashes and spaces for annotation border.")>
    Public Property BorderDashArray As Single[]
    
    
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("An array of custom dashes and spaces for annotation border.")]
    public float[] BorderDashArray { get; set; }
    
    
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("An array of custom dashes and spaces for annotation border.")]
    public: __property float[] get_BorderDashArray();
    public: __property void set_BorderDashArray(
    float[]* value
    );
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("An array of custom dashes and spaces for annotation border.")]
    public:
    property float[] BorderDashArray { float[] get(); void set(array<float>^ value); }

    Property Value

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