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

TppPrinter.Canvas

edited June 2002 in General
hi,
how can i determine what the width is of the TppPrinter.Canvas?

thx
Marc

Comments

  • edited June 2002
    Look in TppCustomPrinter class in ppPrintr.pas. It has some read-only
    properties to see what the dimensions of the paper and printable area is.

    property PrintableHeight: Longint read GetPrintableHeight;
    property PrintableWidth: Longint read GetPrintableWidth;
    property PaperWidth: Longint read GetPaperWidth;
    property PaperHeight: Longint read GetPaperHeight;



    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited June 2002
    Jim,
    of course! stupid of me...
    sometimes you search for the answers at the wrong place
    thx!
    marc

This discussion has been closed.