Aspose::Pdf::Facades::PdfContentEditor::ReplaceImage method

PdfContentEditor::ReplaceImage method

Replaces the specified image on the specified page of PDF document with another image.

void Aspose::Pdf::Facades::PdfContentEditor::ReplaceImage(int32_t pageNumber, int32_t index, System::String imageFile)
ParameterTypeDescription
pageNumberint32_tThe number of page on which the image is replaced.
indexint32_tThe index of the image object must be replaced.
imageFileSystem::StringThe image file will be used for replacing.

See Also