ContentElementBaseMove Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Moves the content 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

public virtual void Move(
	double xOffset,
	double yOffset
)

Parameters

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

Implements

IContentElementMove(Double, Double)
See Also

Reference