Click or drag to resize

LineAnnotationLeaderLineLength Property

Gets or sets the length of the leader line.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double LeaderLineLength { get; set; }

Property Value

Type: Double
The length of the leader line.
Remarks
If you want to customize the appearance of a line annotation beyond simple line ends, you can set three parameters: the LeaderLineLength, the LeaderLineExtensionLength, and the LeaderLineOffset. Lines are offset from the StartPt and EndPt by a distance that is the sum of the LeaderLineLength and the LeaderLineOffset. LeaderLineLength represent the length of the line butt ends that are closest to the starting and ending points (offset by LeaderLineOffset). LeaderLineExtensionLength is the length of the butt ends that project past the actual drawn line. If you specify a LeaderLineExtensionLength, you must also have a non-zero LeaderLineLength.
See Also