跳至主內容

搜尋

搜尋

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

登入寫評論。