Hello,
our software allows doctors to file Medical Reports for their patients, and a customer requested a feature which involves adding a image (sort of a watermark, but not exactly a watermark) starting from one page. There's a feature on the software that allows the doctor to redo a medical report, but due to legal issues, the old report text must be shown on the medical report. The old report then must have a image saying "This text has no legal value". But the customer wants this image to appear on the beginning of the old text and then on every subsequent page after that. Is that possible? I did not find any "Page Collection" on DevExpress reference.
Thanks in advance
Hello,
Am I correct that you need to insert an image to a certain page of the document opened in the editor programmatically? In this case, you can use the client-side RichEditCommands.insertPicture command to insert the image. If this command doesn't help, describe your task and requirements in greater detail. This will help us give you the most suitable recommendations.
Yeah, but RichEditCommands.insertPicture doesn't have a page parameter.
What I do need is a way to programmatically specify a page to add the image. Let's say we have a document consisting of like, 20 pages. I want to insert this image on the beginning of a paragraph of, let's say, the 11th page, and then, on the top of every page from 12th to 20th.
Also, I wish to know if it's possible to add a new text programmatically forcing it to a new page. Let's say we have a text consisting of 2 small paragraphs, then I want to insert a new paragraph on a new page, regardless of how much space is left on the current page, is it possible?
Hello,
Thank you for your response.
We may need additional time to research this scenario. Please bear with us.
Ok, thank you for your attention.
We'll be waiting.