BoxStyleDashPattern Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the BoxStyleDashPattern struct.

Namespace:  Apitron.PDF.Kit.FixedLayout.PageProperties
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public BoxStyleDashPattern(
	int[] onOffArray = null,
	int phase = 0
)

Parameters

onOffArray (Optional)
Type: SystemInt32
The onoff array.
phase (Optional)
Type: SystemInt32
The phase.
Examples

C#
BoxStyleDashPattern style = new BoxStyleDashPattern(new int[] { 10, 10 }, 5);
See Also

Reference