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.10.0+cda01add3923b11abcc0077fbe8862ccecbd75b0
Syntax
C#
public enum LineEnding
Members
Member nameValueDescription
None0
OpenArrow1
ClosedArrow2
Square3
Circle4
Diamond5
Butt6
OpenArrowTail7
ClosedArrowTail8
Slash9
See Also