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