PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available line ending styles to be used when drawing a line annotation.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public enum LineEndingStyle |
Visual Basic (Declaration) |
---|
Public Enumeration LineEndingStyle |
Visual C++ |
---|
public enum class LineEndingStyle |
Members
Member name | Description | |
---|---|---|
Square |
A square filled with annotation's interior color, if any.
| |
Circle |
A circle filled with annotation's interior color, if any.
| |
Diamond |
A diamond filled with annotation's interior color, if any.
| |
OpenArrow |
Two short lines meeting in an acute angle, forming a open arrow head.
| |
ClosedArrow |
Two short lines meeting in an acute angle as in the OpenArrow style, connected by a third line to form a triangular closed arrowhead filled with annotation's interior color, if any.
| |
None |
No line ending.
|