Click or drag to resize
Pdftools logo

LineEnding Enumeration

Specifies the type of line termination for line and poly-line annotations.

Namespace: PdfTools.Toolbox.Pdf.Annotations
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public enum LineEnding
Members
Member nameValueDescription
None0
OpenArrow1
ClosedArrow2
Square3
Circle4
Diamond5
Butt6
OpenArrowTail7
ClosedArrowTail8
Slash9
See Also