ClippedContentSetLineCapStyle Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

public void SetLineCapStyle(
	LineCapStyle lineCap
)

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

Reference