FixedContentMatrix Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an array of six numbers specifying the form matrix, which maps form space into user space. Default value: the identity matrix [1 0 0 1 0 0].

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.XObjects
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