BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Charl Minnaar, could you please share how you solved your issue?
System.IO.MemoryStream str = new System.IO.MemoryStream();
str.Position = 0;
diagram.Load(str);
//Here,diagram is the instance of SfDiagram. |