Saltar al contenido principal

Búsqueda

Búsqueda

Changing Default Printer Via Sdk

Comentarios

2 comentarios

  • Avatar
    Domingo Rodriguez
    Moderador

    Hello,

     

    You mean assigning the printer without manually opening the BT document in BarTender, correct?

     

    You can e.g. assign the printer via the SDK when opening the BT document:

     

    C#
    public LabelFormatDocument Open(string fileName, string printerName)

     

    Visual Basic
    Public Function Open ( _fileName As String, _printerName As String _) As LabelFormatDocument

     

     

    If the BarTender document is already open, you can use the PrintSetup.PrinterName Property instead.

    0
  • Avatar
    Legacy Poster

    Thanks Domingo, that was exactly what I was looking for.

    0

Iniciar sesión para dejar un comentario.