Aspose::Pdf::Facades::PdfContentEditor::DeleteStampByIds method

PdfContentEditor::DeleteStampByIds(const System::ArrayPtr<int32_t>&) method

Deletes stamps with specified IDs from all pages of the document.

void Aspose::Pdf::Facades::PdfContentEditor::DeleteStampByIds(const System::ArrayPtr<int32_t> &stampIds)
ParameterTypeDescription
stampIdsconst System::ArrayPtr<int32_t>&Array of stamp IDs.

See Also

PdfContentEditor::DeleteStampByIds(int32_t, const System::ArrayPtr<int32_t>&) method

Deletes stamps on the specified page by multiple stamp IDs.

void Aspose::Pdf::Facades::PdfContentEditor::DeleteStampByIds(int32_t pageNumber, const System::ArrayPtr<int32_t> &stampIds)
ParameterTypeDescription
pageNumberint32_tPage number where stamps will be deleted.
stampIdsconst System::ArrayPtr<int32_t>&Array of stamp IDs.

See Also