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: 26.2
Syntax
public enum PdfLineCapStyle
Members
Member nameValueDescription
ButtCap0Butt line cap style.
RoundCap1Round line cap style.
ProjectingSquareCap2Projecting square line cap style.
Default-1 Default line cap style.
See Also