Hello everybody,
I want to scale a printout to 65%. The winprt_setup reap prop$ instruction doesn't show a property that allow this. Does anyone have an idea on how to achieve this? Thanks a lot!
There is a property called SCALE=
It is mentioned in the documentation here: https://manual.pvxplus.com?directives/winprt_setup.htm
So if you want to set the property you could do something like
winprt_setup read properties P$
P$+="; SCALE=65"
winprt_setup write properties P$
This will read the current properties and add SCALE=65 where the 65 is 65%.