RichTextbox Control Header and Footer Filtering
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hey there. We are developing a system for contract management. Now, we generate a document with clauses selected by the user (for that document). For each clause that we add to our document, the headers and footers of the richtextbox is put into place, thus eventially when we save the document, you can imagine the complications. Is there a way to filter and delete the headers and footers of the clauses when we load them into the document textbox? Or is the only solution to allow formatting only in the document and not on clause creation level. Thanks, help is greatly appreciated :)