Start and end point type of line.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax Members
| Member name | Value | Description |
---|
| LINETYPE_UNKNOWN | -1 |
Unknown type
|
| LINETYPE_NONE | 0 |
Line(no arrow type)
|
| LINETYPE_ARROW | 1 |
Hollow arrow type
|
| LINETYPE_CLOSEDARROW | 2 |
Solid arrow type
|
| LINETYPE_SQUARE | 3 |
Square type
|
| LINETYPE_CIRCLE | 4 |
Circle type
|
| LINETYPE_DIAMOND | 5 |
Diamond type
|
| LINETYPE_BUTT | 6 |
Butt type
|
| LINETYPE_ROPENARROW | 7 |
Reverse hollow arrow type
|
| LINETYPE_RCLOSEDARROW | 8 |
Reverse solid arrow type
|
| LINETYPE_SLASH | 9 |
Slash type
|
See Also