Page 1 of 1

Add new "Paper size"

Posted: Mon May 10, 2010 7:24 am
by Moka
Hi,
I want to add some standard paper size to paper size list. In my project i need to A7 size; i try define the paper size in Pagesize->Size->Custom to (2.9" in 4.1"), but when printing its incorrect.

(I use: Stimulsoft Reports.Net 2007)

Thanks

Add new "Paper size"

Posted: Mon May 10, 2010 8:05 am
by Jan
Hello,

You can assign your own paper size collection to following static property:

Code: Select all

StiOptions.Print.CustomPaperSources
Thank you.