Aspose::Pdf::Facades::PdfContentEditor::DeleteStamp method

PdfContentEditor::DeleteStamp method

Deletes multiple stamps on the specified page by stamp indexes.

void Aspose::Pdf::Facades::PdfContentEditor::DeleteStamp(int32_t pageNumber, const System::ArrayPtr<int32_t> &index)
ParameterTypeDescription
pageNumberint32_tPage number where stamp will be deleted.
indexconst System::ArrayPtr<int32_t>&Stamp indexes.

See Also