Skip to content

Dymo High Level API

Travis Sinnott edited this page Oct 19, 2015 · 1 revision
IDymoAddIn.Filename
IDymoAddIn.Open(const FileName: WideString)
IDymoAddIn.Save()
IDymoAddIn.SaveAs(const FileName: WideString)
IDymoAddIn.Print(Copies: Integer; bShowDialog: WordBool)
IDymoAddIn.GetDymoPrinters()
IDymoAddIn.SelectPrinter(const PrinterName: WideString)
IDymoAddIn2.Open2(const FileName: WideString)
IDymoAddIn3.Print2(Copies: Integer; bShowDialog: WordBool; Tray: Integer)
IDymoAddIn3.GetCurrentPaperTray()
IDymoAddIn4.GetCurrentPrinterName()
IDymoAddIn4.IsTwinTurboPrinter(PrinterName: WideString)
IDymoAddIn4.StartPrintJob()
IDymoAddIn4.EndPrintJob()
IDymoAddIn5.OpenURL(URLFileName: WideString)
IDymoAddIn5.OpenStream(Buffer: VARIANT)
IDymoAddIn5.SaveStream()
IDymoAddIn6.SetupProxySettings(string protocol, string serverName, long Port, string proxyBypass, string userName, string password)
IDymoAddIn6.ClearProxySettings()
IDymoAddIn6.proxyBypass
IDymoAddIn6.IsPrinterOnline(string PrinterName)
IDymoAddIn6.SetGraphicsAndBarcodePrintMode(bool isModeOn)

IDymoLabels.GetObjectNames(bVariableOnly: WordBool)
IDymoLabels.GetText(const Field: WideString)
IDymoLabels.SetAddress(AddrIdx: Integer; const Address: WideString)
IDymoLabels.SetField(const Field, Text: WideString)
IDymoLabels.POSTNET(Index: Integer; const Position: WideString)
IDymoLabels.AddressFieldCount
IDymoLabels.SetImageFile(const ObjectName, FileName: WideString)
IDymoLabels3.SetImageURL(string ObjectName, string imageURL, string
imageTypeStr)
Clone this wiki locally