Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 13, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/1ac519054acfc55eb0d5f440c8df0085 to your computer and use it in GitHub Desktop.
Save bjoerntx/1ac519054acfc55eb0d5f440c8df0085 to your computer and use it in GitHub Desktop.
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings() {
ApplicationFieldFormat = TXTextControl.ApplicationFieldFormat.MSWord
};
textControl1.Load("test.docx", TXTextControl.StreamType.WordprocessingML, ls);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment