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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfLineJoinStyle LineJoin { get; set; }

Property Value

PdfLineJoinStyle

See Also