Aspose::Pdf::Facades::PdfContentEditor::GetStamps method
PdfContentEditor::GetStamps method
Returns array of stamps on the page.
System::ArrayPtr<System::SharedPtr<StampInfo>> Aspose::Pdf::Facades::PdfContentEditor::GetStamps(int32_t pageNumber)
Parameter | Type | Description |
---|---|---|
pageNumber | int32_t | Page number where stamps will be searched. |
ReturnValue
Array of stamps.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class StampInfo
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++