Aspose::Pdf::Facades::PdfContentEditor::DeleteImage method

PdfContentEditor::DeleteImage() method

Deletes all images from PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::DeleteImage()

See Also

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)
ParameterTypeDescription
pageNumberint32_tThe number of page on which images must be deleted.
indexSystem::ArrayPtr<int32_t>An array repsents images’ indexes.

See Also