Aspose::Pdf::PdfPageStamp class
PdfPageStamp class
Class represents stamp which uses PDF page as stamp.
class PdfPageStamp : public Aspose::Pdf::Stamp
Methods
Method | Description |
---|---|
get_PdfPage() const | Gets page which will be used as stamp. |
PdfPageStamp(System::SharedPtr<Page>) | Constructor of PdfPageStamp. |
PdfPageStamp(System::String, int32_t) | Creates Pdf page stamp from specifed page of the document in specified file. |
PdfPageStamp(System::SharedPtr<System::IO::Stream>, int32_t) | Creates Pdf page stamp from specifed page in the document from the stream. |
Put(System::SharedPtr<Page>) override | Put stamp on the specified page. |
set_PdfPage(System::SharedPtr<Page>) | Sets page which will be used as stamp. |
See Also
- Class Stamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++