Rank: Member Groups: Member
Joined: 7/17/2009 Posts: 24 Location: St. Gallen
|
Hi all
Is there any possibility to set the Textquality for a whole report to WYSIWYG at once?
I ask myself if it is even best practice to set the Property to WYSIWYG? I don't know much about GDI+ and GDI, so I can't say what's happening exactly if we change this property. All I know is that a customer will print a lot of documents at once (about 12000 pages) to a postscript printer. If the Textquality is Standard, the size of the file will be at least two times bigger than with WYSIWYG...
Thanks in advance. Best Regards.
Andreas
|
Rank: Advanced Member Groups: Stimulsoft Team
Joined: 8/10/2006 Posts: 303
|
Hello,
atastler wrote:Is there any possibility to set the Textquality for a whole report to WYSIWYG at once?
You can use following code in the beginning of your application:
Code:StiOptions.Engine.DefaultTextQualityMode = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
Thank you.
|