Aspose::Pdf::Facades::PdfContentEditor::DeleteImage method
PdfContentEditor::DeleteImage() method
Deletes all images from PDF document.
void Aspose::Pdf::Facades::PdfContentEditor::DeleteImage()
See Also
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfContentEditor::DeleteImage(int32_t, const System::ArrayPtr<int32_t>&) method
Deletes the specified images on the specified page.
void Aspose::Pdf::Facades::PdfContentEditor::DeleteImage(int32_t pageNumber, const System::ArrayPtr<int32_t> &index)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | The number of page on which images must be deleted. |
| index | const System::ArrayPtr<int32_t>& | An array repsents images’ indexes. |
See Also
- Typedef ArrayPtr
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++