Standard appearances of the text markup (annotation).
Namespace: TallComponents.PDF.Annotations.MarkupsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum LineEndStyle |
| Visual Basic |
|---|
Public Enumeration LineEndStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Unkown line end style. | |
| Square | 1 | Square filled with interior color. | |
| Cirle | 2 | Circle filled with interior color. | |
| Diamond | 3 | Diamond shape filled with interior color. | |
| OpenArrow | 4 | Two short lines meeting in an angle to form an arrow head. | |
| ClosedArrow | 5 | Triangle filled with interior color. | |
| None | 6 | No line ending. | |
| Butt | 7 | Short perpendicular line. | |
| ReverseOpenArrow | 8 | Open arrow in reverse direction. | |
| ReverseClosedArrow | 9 | Closed arrow in reverse direction. | |
| Slash | 10 | Short diagonal line. |