Re: [Lazarus] Printer printable width

2018-08-10 Thread Jesus Reyes A. via Lazarus
The top-left of the paper canvas is 0,0 and coincide with the area of the whole paper. Any drawing outside of this area would be clipped. Some printers also do not allow drawing outside of the working area. This does not correspond to my findings. I did many tests (using a lot of paper

Re: [Lazarus] Printer printable width

2018-08-09 Thread Michael Van Canneyt via Lazarus
On Thu, 9 Aug 2018, Jesus Reyes A. via Lazarus wrote: En Sat, 28 Jul 2018 08:05:31 -0500, Michael Van Canneyt via Lazarus escribió: Hi, The selectprinter demo prints a kind of test page. However, on linux the rectangle it draws on the page seems to be off. The left margin seems to be

Re: [Lazarus] Printer printable width

2018-08-08 Thread Jesus Reyes A. via Lazarus
En Sat, 28 Jul 2018 08:05:31 -0500, Michael Van Canneyt via Lazarus escribió: Hi, The selectprinter demo prints a kind of test page. However, on linux the rectangle it draws on the page seems to be off. The left margin seems to be about right, but the bottom and top margins fall off

Re: [Lazarus] Printer printable width

2018-07-29 Thread Michael Van Canneyt via Lazarus
On Sat, 28 Jul 2018, Graeme Geldenhuys via Lazarus wrote: On 28/07/18 14:05, Michael Van Canneyt via Lazarus wrote: How to obtain the origin of the printable area ? Is the PageWidth/Pageheight relative to this origin ? As far as I know (or how I always understood print drivers), the

Re: [Lazarus] Printer printable width

2018-07-28 Thread Graeme Geldenhuys via Lazarus
On 28/07/18 14:05, Michael Van Canneyt via Lazarus wrote: > How to obtain the origin of the printable area ? > Is the PageWidth/Pageheight relative to this origin ? As far as I know (or how I always understood print drivers), the PageWidth and PageHeight is the full page size (eg: A4 =

[Lazarus] Printer printable width

2018-07-28 Thread Michael Van Canneyt via Lazarus
Hi, The selectprinter demo prints a kind of test page. However, on linux the rectangle it draws on the page seems to be off. The left margin seems to be about right, but the bottom and top margins fall off the page. If I try to code something myself, I would code it like this: procedure