c# - Add link to image in specific area of image -


i'm creating image signature outlook, im creating template co-workers can edit own personal information.

but want company site, personal linkedin, , company facebook in document links. when click on it sends site (a link )

this image looks when convert image:

example image

as can see in image have couple of thinks should filled in person using application. image panel converted code:

     private void converttoimagebutton_click(object sender, eventargs e)     {         bitmap bmp = new bitmap(backgroundpanel.width, backgroundpanel.height);         backgroundpanel.drawtobitmap(bmp, backgroundpanel.bounds);         bmp.save(@"c:\users\collin-k\repo\test.png", imageformat.png);     } 

**question: ** how can add links image on specific place, lets place of website label.

is possible or have idea signature looks this. image easy way because can edit it.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -