FixedPrintMatrix Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets The matrix used to transform the annotation’s rectangle before rendering. Default value: the identity matrix [1 0 0 1 0 0]. When positioning content near the edge of a page, this entry should be used to provide a reasonable offset to allow for nonburnable margins.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] Matrix { get; }

Property Value

Type: Double
The matrix.
See Also

Reference