Click or drag to resize

ElementBuilderMoveTo Method

Set the current point.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void MoveTo(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
See Also