Skip to content

Instantly share code, notes, and snippets.

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