ClippedContentSetTranslation Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the current transformation matrix. Equivalent of call ModifyCurrentTransformationMatrix(1, 0, 0, 1, xOffset, yOffset)

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 SetTranslation(
	double xOffset,
	double yOffset
)

Parameters

xOffset
Type: SystemDouble
The x offset.
yOffset
Type: SystemDouble
The y offset.
See Also

Reference