PdfContentEditor.MoveStampById
PdfContentEditor.MoveStampById method
Changes position of the stamp on page.
public void MoveStampById(int pageNumber, int stampId, double x, double y)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | Int32 | Numer of page. |
| stampId | Int32 | 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
- assembly Aspose.PDF