Search found 2 matches

by aka_Falsh
Wed Jan 30, 2013 5:45 pm
Forum: Programming
Topic: How to set the page size in C++ more then 129inch?
Replies: 0
Views: 64637

How to set the page size in C++ more then 129inch?

Is it possible to set the page size by means of C++ more then 129inch? Probably there is some sort of function in BullZip.
by aka_Falsh
Wed Jan 30, 2013 5:39 pm
Forum: Programming
Topic: Problem with setting the page size
Replies: 0
Views: 61624

Problem with setting the page size

I am trying to print the document to PDF using the PDF API. I am using GDI for printing. Maximum page size I can set is 129 inch because of GDI restrictions. The parameter dmPaperSize from DEVMODE structure is type of short with maximum value 32000, that equals 129inch. However when I am trying to p...