Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 18, 2020 20: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/fb0a7b16373970c9cd9abf07aabc7b20 to your computer and use it in GitHub Desktop.
Save bjoerntx/fb0a7b16373970c9cd9abf07aabc7b20 to your computer and use it in GitHub Desktop.
TXTextControl.SaveSettings saveSettings = new TXTextControl.SaveSettings()
{
UserDefinedDocumentProperties = loadedProperties
};
tx.Save(editedFile, TXTextControl.StreamType.WordprocessingML, saveSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment