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

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

Deletes stamps on the specified page by multiple stamp IDs.

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

See Also

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

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

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

See Also