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