LineEndingKind Enumeration |
Annotations with lines may have decorative ends. This enumeration specifies those ends.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum LineEndingKind
Public Enumeration LineEndingKind
Members
| Member name | Description |
---|
| None |
No end
|
| Square |
Square blocks on the ends
|
| Circle |
Circular dots on the ends
|
| Diamond |
Diamond blocks on the ends
|
| OpenArrow |
An arrow with open flanges on the end
|
| ClosedArrow |
An arrow with closed flanges on the end
|
| Butt |
Short perpendicular lines
|
| ReverseOpenArrow |
A backwards open arrow head
|
| ReverseClosedArrow |
A backwards closed arrow head
|
| Slash |
Angled end lines
|
See Also