Click or drag to resize

C_LINE_TYPE Enumeration

Start and end point type of line.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum C_LINE_TYPE
Members
  Member nameValueDescription
LINETYPE_UNKNOWN-1 Unknown type
LINETYPE_NONE0 Line(no arrow type)
LINETYPE_ARROW1 Hollow arrow type
LINETYPE_CLOSEDARROW2 Solid arrow type
LINETYPE_SQUARE3 Square type
LINETYPE_CIRCLE4 Circle type
LINETYPE_DIAMOND5 Diamond type
LINETYPE_BUTT6 Butt type
LINETYPE_ROPENARROW7 Reverse hollow arrow type
LINETYPE_RCLOSEDARROW8 Reverse solid arrow type
LINETYPE_SLASH9 Slash type
See Also