ClippedContentSetMitterLimit Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the mitter limit.

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 SetMitterLimit(
	double mitterLimit
)

Parameters

mitterLimit
Type: SystemDouble
The mitter limit.
Examples

C#
page.Content.SetMitterLimit(2);
See Also

Reference