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, System::ArrayPtr<int32_t> index)
ParameterTypeDescription
pageNumberint32_tPage number where stamp will be deleted.
indexSystem::ArrayPtr<int32_t>Stamp indexes.

See Also