LineEndingStyle Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the end of line style.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Square | 0 | A square. | |
Circle | 1 | A circle. | |
Diamond | 2 | A diamond shape. | |
OpenArrow | 3 | Two short lines meeting in an acute angle to form an open arrowhead. | |
ClosedArrow | 4 | 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. | |
None | 5 | No line ending. | |
Butt | 6 | A short line at the endpoint perpendicular to the line itself. | |
ROpenArrow | 7 | Two short lines in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.OpenArrow. | |
RClosedArrow | 8 | A triangular closed arrowhead in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.ClosedArrow. | |
Slash | 9 | A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself. |
See Also