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)
| Parameter | Type | Description |
|---|---|---|
| stampIds | const System::ArrayPtr<int32_t>& | Array of stamp IDs. |
See Also
- Typedef ArrayPtr
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | Page number where stamps will be deleted. |
| stampIds | const System::ArrayPtr<int32_t>& | Array of stamp IDs. |
See Also
- Typedef ArrayPtr
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++