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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 230k
  • Answers 230k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The currency of Core Data are NSSet* instances. Sets are… May 13, 2026 at 2:04 am
  • Editorial Team
    Editorial Team added an answer You speak as though "Common" and "Utility" have well understood… May 13, 2026 at 2:04 am
  • Editorial Team
    Editorial Team added an answer set DataKeyNames to your key name For example: <asp:gridview id="CustomersGridView"… May 13, 2026 at 2:04 am

Related Questions

Update: See the bottom of this question for a C# workaround. Hi there, Consider
I just got a few PHP projects which are using a similar kind of
[UPDATE] Chosen approach is below, as a response to this question Hi, I' ve
I'm trying to figure out a Java regex problem that I'm having. This is

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.