IContentElementMove Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Moves the element using specified offsets.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

void Move(
	double xOffset,
	double yOffset
)

Parameters

xOffset
Type: SystemDouble
X offset
yOffset
Type: SystemDouble
Y offset
See Also

Reference