What's about this printer function ?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
TeddyLM
Enthusiast
Enthusiast
Posts: 133
Joined: Wed Apr 30, 2003 2:04 pm
Location: Germany (French expat)

What's about this printer function ?

Post by TeddyLM »

Hi all,

I miss a function to get or set the page orientation.
I did achieve that with API calls, but then i couldn't use the easy-to-use purebasic commands !
How about native functions such as :

Result = GetPrinterPageOrientation()
Result = SetPrinterPageOrientation(#PB_PrinterPage_Landscape)
TeddyLM
Enthusiast
Enthusiast
Posts: 133
Joined: Wed Apr 30, 2003 2:04 pm
Location: Germany (French expat)

Post by TeddyLM »

Salut Fred

Any printer functions planed for the future versions ?
Post Reply