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