HiQPdf Documentation

PdfLineCapStyle Enumeration

HiQPdf Client for .NET Core
The PDF line cap style

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public enum PdfLineCapStyle
Members

  Member nameValueDescription
Default-1 Default
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
See Also

Reference