Aspose::Pdf::Facades::PdfContentEditor::MoveStampById method

PdfContentEditor::MoveStampById method

Changes position of the stamp on page.

void Aspose::Pdf::Facades::PdfContentEditor::MoveStampById(int32_t pageNumber, int32_t stampId, double x, double y)
ParameterTypeDescription
pageNumberint32_tNumer of page.
stampIdint32_tIdentifier of stamp which should be moved.
xdoubleNew stamp horizontal pozition on the page.
ydoubleNew stamp vertical position on the page.

See Also