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

Property Value

PdfLineJoinStyle

See Also