Click or drag to resize

C_BORDER_STYLE Enumeration

Border style of annotation.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum C_BORDER_STYLE
Members
  Member nameValueDescription
BS_SOLID0 Solid line
BS_DASHDED1 Dashed line
BS_BEVELED2 Not support currently
BS_INSET3 Not support currently
BS_UNDERLINE4 Not support currently
See Also