Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
TppPrinter.Canvas
rbuser
June 2002
edited June 2002
in
General
hi,
how can i determine what the width is of the TppPrinter.Canvas?
thx
Marc
Comments
digitalmetaphors
June 2002
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
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
rbuser
June 2002
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.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
of course! stupid of me...
sometimes you search for the answers at the wrong place
thx!
marc