PdfDeviceWriteJoin Method

Writes out the join of the stroke.

Namespace:  Aspose.Page.EPS.Device
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
protected override void WriteJoin(
	LineJoin join
)

Parameters

join
Type: System.Drawing.Drawing2DLineJoin
Line join of the stroke.
See Also