PAPERSIZE PRINTER_PAPER_A4 PDF

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

PAPERSIZE PRINTER_PAPER_A4 PDF

Post 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
have fun
Jimmy
User avatar
SALINETAS24
Posts: 667
Joined: Tue Feb 27, 2018 3:06 am
DBs Used: DBF
Contact:

Re: PAPERSIZE PRINTER_PAPER_A4 PDF

Post by SALINETAS24 »

Hola Auge.., igual esto es lo que buscas.

Code: Select all

			nTopelinea :=OpenPrinterGetPageHeight() 
			nAnchoLinea:=OpenPrinterGetPageWidth()  
sl2
Como dijo el gran pensador Hommer Simpson..., - En este mundo solo hay 3 tipos de personas, los que saben contar y los que no. :shock:
Post Reply