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)
ParameterTypeDescription
pageNumberint32_tPage number where stamps will be searched.

ReturnValue

Array of stamps.

See Also