Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 9, 2024 12:28
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/390e952b6b82e4de066aed22d8e36e33 to your computer and use it in GitHub Desktop.
Save bjoerntx/390e952b6b82e4de066aed22d8e36e33 to your computer and use it in GitHub Desktop.
TXTextControl.LoadSettings loadSettings = new TXTextControl.LoadSettings()
{
LoadSubTextParts = true,
;
textControl1.Load("document1.docx",
TXTextControl.StreamType.WordprocessingML,
loadSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment