FreeTextAnnotationLineEndingStyle Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a AnnotationLineEndingStyle that shall be used in drawing the callout line specified in Callout. The value shall specify the line ending style for the endpoint defined by the pairs of coordinates (x1, y1). Default value: None.

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 AnnotationLineEndingStyle LineEndingStyle { get; set; }

Property Value

Type: AnnotationLineEndingStyle
The line ending style.
See Also

Reference