跳至主內容

搜尋

搜尋

New To Bartender -- Type Engine Is Not Defined Error

評論

1 條評論

  • Avatar
    Domingo Rodriguez
    版主

    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

登入寫評論。