ClippedContentModifyCurrentTransformationMatrix Method (Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Modifies the current transformation matrix.

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

public void ModifyCurrentTransformationMatrix(
	double[] matrix
)

Parameters

matrix
Type: SystemDouble
The initial transformation.
Examples

C#
// apply transformations for page content
page.Content.ModifyCurrentTransformationMatrix(1, 0, 0, 1, 20, 500);
See Also

Reference