LabelVision works as both an automation client and server, providing
unparalleled integration with other programs.
To understand the power of automation, suppose you want to print
a label from your Visual Basic program. Simply put these two lines
of code in your Visual Basic program:
Set MyLabel
= GetObject("C:\Labels\MyLabel.lbx")
MyLabel.PrintOut
It's that simple. Likewise, LabelVision can control other programs
from within VBScript macros. You can even assign Macros to be triggered
automatically when the label is opened or printed using label Events.
ActiveX Automation is only available as part of the Integration
Edition.
ActiveX Automation is compatible with a broad
variety of languages, including the .NET runtime.