ClippedContentSetLineJoinStyle Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the line join style.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetLineJoinStyle(
	LineJoinStyle lineJoin
)

Parameters

lineJoin
Type: Apitron.PDF.Kit.FixedLayout.ContentLineJoinStyle
The line join.
Remarks

Examples

C#
// path with rounded joins
page.Content.SetLineJoinStyle(LineJoinStyle.Round);
See Also

Reference