PdfLineCapStyle Enumeration

The PDF line cap style

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public enum PdfLineCapStyle

Members

ButtCap0 The line is squared off at the endpoint of the path
RoundCap1 A semicircular arc with a diameter equal to the line width is drawn around the end of the path and filled in
ProjectingSquareCap2 The line continues beyond the endpoint of the path for a distance equal to half the line width and will be squared off
Default-1 Default

See Also