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