Hi,
one of my customers likes to print some of his reports on A2 or bigger format.
By manually setting .pagewidth /. pageheight this is no problem as all my reports are being dynamically rendered to the dimensions available.
However these formats are no valid .paperFormat constants and so .devPaperFormat returns 0 after .SetupPrinter() and standard A4 dimensions are returned.
The report then gets rendered to A4 dimensions and appears in a tiny little corner of the huge paper
I found no way to detect the actual selected format. My Idea now is to manually inspect the .prs file in case .devPaperFormat returns 0, but found no information on the structure of that file (I can see the the format in there when opening the file via Editor, so the setting is there).
Thanks for any hint or other workaround for that?
(Version is VPE Enhanced, 3.1)
Thanks
Regards from Berlin
Frank