跳到主内容

搜索

搜索

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

请先登录再写评论。