Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Parameters
- xOffset
- Type: SystemDouble
The x offset. - yOffset
- Type: SystemDouble
The y offset.
See Also