PdfPen.LineJoin Property

Gets or sets the PdfLineJoin value specifying 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; set; }
VB
Public Property LineJoin As PdfLineJoin
	Get
	Set

Property Value

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

Remarks

Default value: Miter.

See Also