Saltar al contenido principal

Búsqueda

Búsqueda

Print From Web Application Urgent!

Comentarios

1 comentario

  • Avatar
    Ian Cummings
    Moderador

    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

Iniciar sesión para dejar un comentario.