Aspose::Pdf::Page::AddStamp method
Page::AddStamp method
Put stamp into page. Stamp can be page number, image or simple text, e.g. some logo.
void Aspose::Pdf::Page::AddStamp(const System::SharedPtr<Aspose::Pdf::Stamp> &stamp)
| Parameter | Type | Description |
|---|---|---|
| stamp | const System::SharedPtr<Aspose::Pdf::Stamp>& | Stamp to add on the page. Each stamp has its coordinates and corresponding properties regarding to the kind of stamp, i.e. image or text value. |
See Also
- Typedef SharedPtr
- Class Stamp
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++