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)
ParameterTypeDescription
stampconst 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