ShadingPatternMatrix Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an array of six numbers specifying the pattern matrix. Default value: the identity matrix [1 0 0 1 0 0].

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

public double[] Matrix { get; set; }

Property Value

Type: Double
The matrix.
See Also

Reference