Aspose word how to have an image background of a section

Hello,
can somebody tell me how to have an image background of a section in aspose word?
and a paragraph as well?
I fail to see how to do this.

Regards

@marcelluswalace,

Please refer to the following article and code:
Working with Sections

foreach(Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true))
{
    // Work witk each Paragraph in document
}

To ensure a timely and accurate response, please provide complete details of your use-case. Also, please ZIP and attach the following resources here for testing:

  • Your simplified input Word document
  • Aspose.Words 18.11 generated output DOCX file showing the undesired behavior (if any)
  • Your expected DOCX document showing the correct output. You can create expected document by using MS Word.

As soon as you get these pieces of information ready, we will start further investigation into your issue and provide you more information. Thanks for your cooperation.