PdfLineStyleLineJoin Property

The shape used at corners where two stroked segments meet, such as the corners of a rectangle or the vertices of a polygon. The default value is Miter

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfLineJoinStyle LineJoin { get; set; }

Property Value

PdfLineJoinStyle

See Also