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
)
Public Sub SetPosition (
horizontal_distance As Double,
vertical_distance As Double
)
public:
virtual void SetPosition(
[InAttribute] double horizontal_distance,
[InAttribute] double vertical_distance
) sealed
function SetPosition(horizontal_distance, 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