I'm using following code
- Code: Select all
Document document = new Document("Input.docx");
TextSelection selection = document.FindString("#FIND#", false, false);
Console.WriteLine("{0} elements found!", selection.Count);
I was expecting to find 3 items in the attached Document.
Is header and footer excluded from find?
How is it correct implemented?
Best regards,
Hubert