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)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | Number of page. |
| stampIndex | int32_t | Index of stamp on the page. |
| x | double | New stamp horizontal position. |
| y | double | New stamp vertical position. |
See Also
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++