PdfContentEditor.MoveStamp

PdfContentEditor.MoveStamp method

Changes position of the stamp on page.

public void MoveStamp(int pageNumber, int stampIndex, double x, double y)
ParameterTypeDescription
pageNumberInt32Number of page.
stampIndexInt32Index of stamp on the page.
xDoubleNew stamp horizontal position.
yDoubleNew stamp vertical position.

See Also