跳到主内容

搜索

搜索

Print From Web Application Urgent!

评论

1 条评论

  • Avatar
    Ian Cummings
    版主

    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

请先登录再写评论。