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

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

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

#1 Post by digitsoft »

hello Roger
How can I specify the paper size in DCPRINT ON
letter (13.97 x 21.59 cm)
Nolberto Paulino
Regards

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

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

#2 Post by skiman »

Hi,

See the FORMSIZE nForm option.

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

Chris.
www.aboservice.be

Post Reply