Aller au contenu principal

Recherche

Recherche

Print From Web Application Urgent!

Commentaires

1 commentaire

  • Avatar
    Ian Cummings
    Modérateur

    Set the relevant properties of the PrintSetup of the format:

     

    ' Change the number of identical labels and serialized labels to print

    btFormat.PrintSetup.NumberOfSerializedLabels = 4

    btFormat.PrintSetup.IdenticalCopiesOfLabel = 10

     

    To select printers you can set the property in PrintSetup like below, or as a second argument in the open format method.

     

    btFormat.PrintSetup.PrinterName = "MyPrinterX"

    0

Vous devez vous connecter pour laisser un commentaire.