Enum LineEnding
LineEnding enumeration
Enumerates the line ending styles to be used in drawing the line.
public enum LineEnding
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No line ending. |
| Square | 1 | A square filled with the annotation’s interior color, if any. |
| Circle | 2 | A circle filled with the annotation’s interior color, if any. |
| Diamond | 3 | A diamond shape filled with the annotation’s interior color, if any. |
| OpenArrow | 4 | Two short lines meeting in an acute angle to form an open arrowhead. |
| ClosedArrow | 5 | Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any. |
| Butt | 6 | A short line at the endpoint perpendicular to the line itself. |
| ROpenArrow | 7 | Two short lines in the reverse direction from OpenArrow. |
| RClosedArrow | 8 | A triangular closed arrowhead in the reverse direction from ClosedArrow. |
| Slash | 9 | A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself. |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF