メインコンテンツへスキップ

検索

検索

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

サインインしてコメントを残してください。