WYSIWYG Textquality as Default?

Stimulsoft Reports.NET discussion
Post Reply
Andreas Tastler
Posts: 63
Joined: Fri Jul 17, 2009 5:00 am
Location: St. Gallen, Switzerland

WYSIWYG Textquality as Default?

Post by Andreas Tastler »

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
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

WYSIWYG Textquality as Default?

Post by Ivan »

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: Select all

StiOptions.Engine.DefaultTextQualityMode = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
Thank you.
Post Reply