Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 3, 2024 14:42
Show Gist options
  • Save bjoerntx/6dbad381203bd5cfc768de3c9ceab9ff to your computer and use it in GitHub Desktop.
Save bjoerntx/6dbad381203bd5cfc768de3c9ceab9ff to your computer and use it in GitHub Desktop.
string imagePath = "Images/signature1.jpg";
TXTextControl.Image myImage = new TXTextControl.Image() {
FileName = imagePath };
textControl1.Images.Add(myImage, -1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment