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, const System::String &imageFile)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | The number of page on which the image is replaced. |
| index | int32_t | The index of the image object must be replaced. |
| imageFile | const System::String& | The image file will be used for replacing. |
See Also
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++