LineEndingStyle EnumerationByteScout PDF SDK
Specifies the end of line style.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public enum LineEndingStyle
Members

  Member nameValueDescription
Square0 A square.
Circle1 A circle.
Diamond2 A diamond shape.
OpenArrow3 Two short lines meeting in an acute angle to form an open arrowhead.
ClosedArrow4 Two short lines meeting in an acute angle as in the Bytescout.PDF.PDFLineEndingStyle.OpenArrow style and connected by a third line to form a triangular closed arrowhead.
None5 No line ending.
Butt6 A short line at the endpoint perpendicular to the line itself.
ROpenArrow7 Two short lines in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.OpenArrow.
RClosedArrow8 A triangular closed arrowhead in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.ClosedArrow.
Slash9 A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
See Also

Reference