Page 1 of 1

How can I specify the paper size in DCPRINT ON, letter (13.9

Posted: Wed Jun 19, 2019 8:24 am
by digitsoft
hello Roger
How can I specify the paper size in DCPRINT ON
letter (13.97 x 21.59 cm)

Re: How can I specify the paper size in DCPRINT ON, letter (

Posted: Wed Jun 19, 2019 10:13 am
by skiman
Hi,

See the FORMSIZE nForm option.

You can get the forms this way:
oPrinter :=XbpPrinter():New( cPrinter ):create(cPrinter)
aForms := oPrinter:forms()