EVO HTML to PDF Converter

LineCapStyle Enumeration

EVO PDF Client for .NET Core Documentation
The line cap style

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public enum LineCapStyle
Members

  Member nameValueDescription
Default-1 Default line cap style.
ButtCap0 The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
RoundCap1 A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
ProjectingSquareCap2 The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is then squared off.
See Also

Reference