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)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | Numer of page. |
| stampId | int32_t | Identifier of stamp which should be moved. |
| x | double | New stamp horizontal pozition on the page. |
| y | double | New stamp vertical position on the page. |
See Also
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++