ClippedContentSetLineDashPattern Method (Int32, Int32)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the line dash pattern.

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 SetLineDashPattern(
	int[] onOffArray,
	int phase
)

Parameters

onOffArray
Type: SystemInt32
The on off array.
phase
Type: SystemInt32
The phase.
Remarks

Examples

C#
page.Content.SetLineDashPattern(new int[] { 2, 1, 4, 1 }, 3);
See Also

Reference