Setting Label Template for Dymo printers.
using Dymo;
private DymoAddInClass _dymoAddin = new DymoAddInClass();
dymoAddin.OpenURL("https://account01.blob.core.windows.net/label01.label")
dymoAddin.Open(System.IO.Path.Combine(System.IO.Directory.GetCurrentDirectory(), @"C:\Label01.label"));
labelFileNamelbl.Text = _dymoAddin.FileName;
Sources:
Comments