Aspose::Pdf::Facades::PdfContentEditor::MoveStamp method

PdfContentEditor::MoveStamp method

Changes position of the stamp on page.

void Aspose::Pdf::Facades::PdfContentEditor::MoveStamp(int32_t pageNumber, int32_t stampIndex, double x, double y)
ParameterTypeDescription
pageNumberint32_tNumber of page.
stampIndexint32_tIndex of stamp on the page.
xdoubleNew stamp horizontal position.
ydoubleNew stamp vertical position.

See Also