Aller au contenu principal

Recherche

Recherche

New To Bartender -- Type Engine Is Not Defined Error

Commentaires

1 commentaire

  • Avatar
    Domingo Rodriguez
    Modérateur

    When installing BarTender, you can mark the ".NET SDK" component to be installed. You will find some VB.NET samples under "C:\Program Files (x86)\Seagull\BarTender Suite\SDK". 

     

    You also have a full reference on the .NET SDK programming by opening BarTender's Help by pressing the F1 key.

     

    As a very simple programming example, see below:

     

     

    Using btEngine As New Engine()

     

         btEngine.Start()

     

         Dim btFormat As LabelFormatDocument = btEngine.Documents.Open("c:\MyLabel.btw")

     

    End Using

    0

Vous devez vous connecter pour laisser un commentaire.