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 cap 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
- lineCap
- Type: Apitron.PDF.Kit.FixedLayout.ContentLineCapStyle
The line cap.
Remarks
Examples
C#
// squared off at the endpoint of the path
page.Content.SetLineCapStyle(LineCapStyle.Butt);
See Also