Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 123585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:18:35+00:00 2026-05-11T04:18:35+00:00

Hi there im using the following code for insert text and images, but I

  • 0

Hi there im using the following code for insert text and images, but I want to insert the image ‘behind text’ as Image>Adjust with Text property in MSWord

{             int numeroInforme = Convert.ToInt32(txtNroInforme.Text);             List<informeMedico> lstInformes = getInformeMedico(numeroInforme);               FlowDocument mcFlowDoc = new FlowDocument();              Paragraph para = new Paragraph();              foreach (informeMedico info in lstInformes)             {                 var signatureOne = BinaryImageConverter(info.firma1);                 var signatureTwo = BinaryImageConverter(info.firma2);                  para.Inlines.Add(new Run('RM Nro:' + '\t' + info.numeroinforme.ToString()));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run('Sr. Dr.  :' + '\t' + info.medicoCompleto.ToString()));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run('NOMBRE :' + '\t' + info.pacienteCompleto.ToString()));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run('EXAMEN :' + '\t' + info.estudioExamenNombre.ToString()));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run('FECHA :' + '\t' + info.fechainforme.ToString()));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run(info.tecnica));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run(info.hallazgo));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(new Run(info.conclusion));                 para.Inlines.Add(new Run('\n\n'));                  para.Inlines.Add(signatureOne);                 para.Inlines.Add(signatureTwo);             }              mcFlowDoc.Blocks.Add(para);              mainRTB.Document = mcFlowDoc;           } 

Thanks in advance

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:18:36+00:00Added an answer on May 11, 2026 at 4:18 am

    You can set the Background of the Paragraph, or of the individual Runs, to an ImageBrush:

    <Grid xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'       xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>     <Grid.Resources>         <FlowDocument x:Key='document'>             <Paragraph>                 <Paragraph.Background>                     <ImageBrush ImageSource='http://sipi.usc.edu/database/misc/4.1.01.tiff' Stretch='UniformToFill'/>                 </Paragraph.Background>                 <Run Foreground='White' Text='this is some text'/>                 <LineBreak/>                 <Run Foreground='White' Text='and some more text'/>             </Paragraph>         </FlowDocument>     </Grid.Resources>     <FlowDocumentReader Document='{StaticResource document}'/> </Grid> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three images and using the following code I have then fade in
I want to insert a new row into a msaccess table using the following
Is there a way to do the following using LINQ? foreach (var c in
I am using the following code to parse the XML data to MySQL table
I have the following code for using an access database OleDbConnection con = new
Is anyone out there using Team Foundation Server within a team that is geographically
Anybody out there using BGL for large production servers? How many node does your
Is anyone out there using Drupal for large scale, business critical enterprise applications? Does
Hi there im using a single TextBox for querying differents types of chossings, for
Hi there im using Linq for check if two user fields correspond for an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.