Click or drag to resize
Pdf Library for .NET

PdfLineCapStyle Enumeration

The line cap styles in a pdf document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfLineCapStyle
Members
  Member nameValueDescription
Default-1 Default line cap style.
ButtCap0Butt line cap style.
RoundCap1Round line cap style.
ProjectingSquareCap2Projecting square line cap style.
See Also