|
|
Rank: Newbie Groups: Member
Joined: 5/25/2010 Posts: 4
|
Hello,
I am eveluating your control for printing silverlight apps. It seems to do every thing we want, with the major exception of "I want to print the entire contents on one page", a setting like Fit on a Single page or something like that.
Is there a way to do that? No matter how big is the print we want to do it on a sigle page.
Any suggestions will be great.
|
|
Rank: Administration Groups: Administration
Joined: 2/25/2008 Posts: 26
|
You'll need to set the scale factor in order to fit it on a single page. Check out the ImageScalePercent property available on the PrintSettings class that is used to define the different settings you'd like.
SmartPrint Team
|
|
Rank: Newbie Groups: Member
Joined: 5/25/2010 Posts: 4
|
yes, but that ImageScalePercent will have to be adjusted based on each screen, there is not setting in there that says "FIT ON A SINGLE PAGE", since my content that I am printing will vary in width and height adjusting to a specific value will work on some and not the other.
Is there anthoer approach that could work for all the sizes?
|
|
Rank: Newbie Groups: Member
Joined: 5/25/2010 Posts: 4
|
Hello all,
I tried used the printSettings.ImageScalePercent = 50F; and I set it to 50%.
But the print still generated 3 pages for the control. The control I have is like 2400+ and it is dynamic during run time.
Any suggestions?
|
|
Rank: Administration Groups: Administration
Joined: 2/25/2008 Posts: 26
|
Currently the only option is the ImageScalePercent. We are very interested in adding a "fit to page" option in a future version but it's not something that's built-in currently.
SmartPrint Team
|
|
|
Guest |