HiQPdf Documentation

PdfLineCapStyle Enumeration

Quickly Create High Quality PDFs
The PDF line cap style

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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