Zum Hauptinhalt gehen

Suche

Suche

New To Bartender -- Type Engine Is Not Defined Error

Kommentare

1 Kommentar

  • Avatar
    Domingo Rodriguez
    Moderator

    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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.