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:

http://developers.dymo.com/tag/dls-sdk/

Last modified: April 14, 2019

Author

Comments

Write a Reply or Comment