PdfContentEditor.MoveStampById

PdfContentEditor.MoveStampById method

Changes position of the stamp on page.

public void MoveStampById(int pageNumber, int stampId, double x, double y)
ParameterTypeDescription
pageNumberInt32Numer of page.
stampIdInt32Identifier of stamp which should be moved.
xDoubleNew stamp horizontal pozition on the page.
yDoubleNew stamp vertical position on the page.

See Also