Skip to main content

Search

Search

Print From Web Application Urgent!

Comments

1 comment

  • Avatar
    Ian Cummings
    Moderator

    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

Please sign in to leave a comment.