Click or drag to resize

StamperSetPosition Method (Double, Double)

Sets the horizontal and vertical position of the stamp.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPosition(
	double horizontal_distance,
	double vertical_distance
)

Parameters

horizontal_distance
Type: SystemDouble
Horizontal distance from left, right or center of crop box; in points
vertical_distance
Type: SystemDouble
the vertical_distance
See Also