PdfPenInfo.LineJoin Property

Gets the shape of joints between connected segments of a stroked path.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfLineJoin LineJoin { get; }
VB
Public ReadOnly Property LineJoin As PdfLineJoin
	Get

Property Value

Type: PdfLineJoin
The PdfLineJoin value specifying the shape of joints between connected segments of a stroked path.

See Also