LineAnnotationLeaderLineLength Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the length of the leader line. The length of leader lines in default user space that extend from each endpoint of the line perpendicular to the line itself. A positive value shall mean that the leader lines appear in the direction that is clockwise when traversing the line from its starting point to its ending point (as specified by Coordinates); a negative value shall indicate the opposite direction. Default value: 0 (no leader lines).

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double LeaderLineLength { get; set; }

Property Value

Type: Double
The length of the leader line.
See Also

Reference