Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
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