HiQPdf Documentation

PdfLineJoinStyle Enumeration

HiQPdf Client for .NET Core
PDF lines join styles

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

public enum PdfLineJoinStyle
Members

  Member nameValueDescription
Default-1 Default join style
MiterJoin0 The outer edges of the strokes for the two segments are extended until they meet at an angle. If the segments meet at too sharp an angle as defined by the miter limit parameter, a bevel join is used
RoundJoin1 An arc of a circle with a diameter equal to the line width is drawn around the point where the two segments meet
BevelJoin2 The two segments are finished with caps and the resulting notch beyond the ends of the segments is filled with a triangle
See Also

Reference