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 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
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