VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / LeaderExtend Property
Syntax Requirements SeeAlso
In This Topic
LeaderExtend Property (PdfLineAnnotation)
In This Topic
Gets or sets a non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.
Syntax
'Declaration

<DescriptionAttribute("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute(0)>
Public Property LeaderExtend As Single

[Description("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")]
[Category("Appearance")]
[DefaultValue(0)]
public float LeaderExtend { get; set; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also