Page 1 of 1

PAPERSIZE PRINTER_PAPER_A4 PDF

Posted: Tue Feb 08, 2022 10:00 pm
by AUGE_OHR
hi,

what is the max wide when have PRINTER_PAPER_A4 for PDF and

Code: Select all

PRINTER_ORIENT_PORTRAIT
i want to switch to

Code: Select all

PRINTER_ORIENT_LANDSCAPE
when it is to big

Re: PAPERSIZE PRINTER_PAPER_A4 PDF

Posted: Tue Feb 08, 2022 10:12 pm
by SALINETAS24
Hola Auge.., igual esto es lo que buscas.

Code: Select all

			nTopelinea :=OpenPrinterGetPageHeight() 
			nAnchoLinea:=OpenPrinterGetPageWidth()  
sl2