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
WYSIWYG Textquality as Default?
-
- Posts: 63
- Joined: Fri Jul 17, 2009 5:00 am
- Location: St. Gallen, Switzerland
WYSIWYG Textquality as Default?
Hello,
Thank you.
You can use following code in the beginning of your application:atastler wrote:Is there any possibility to set the Textquality for a whole report to WYSIWYG at once?
Code: Select all
StiOptions.Engine.DefaultTextQualityMode = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;