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

See Also