Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Print issue - speed

edited May 2013 in General
Hi

I have a report (rb 12.03 with Delphi XE) with a lot of Tppline drawing
a form and TppBarcode.

I would like to know if I set weight = 0, it will change printing speed
or not? Or it depends off laser printer?

Best regards

Sergio Melchiori



--

Comments

  • edited May 2013

    When TppLine.Weight = 0, a line of one pixel thickness is drawn to the
    printer. Lines are rendered using Canvas.MoveTo/LineTo commands. A loop is
    performed to draw each pixel width, so yes a line of one pixel will provide
    faster performance.


    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com




    --

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.