StiSettings

Stimulsoft Reports.NET discussion
Post Reply
vorauler
Posts: 71
Joined: Wed Jul 15, 2009 1:20 am

StiSettings

Post by vorauler »

Hello

I would change some settings from the pdf export dialog from code. Have you a list of the properties and the expected values?
Normaly I use this code construct

Code: Select all

StiSettings.Load();
StiSettings.Set("StiExcelExportSetupForm", "ExportDataOnly", true);
StiSettings.Set("StiExcelExportSetupForm", "ExportObjectFormatting", true);
StiSettings.Save();
I like to change the values for Image Resolution to 500 dpi and Image Quality to 100% as default.

Ralf
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StiSettings

Post by HighAley »

Hello.

Unfortunately, there is no such list.
You could find all necessary properties at the Object Browser of Visual Studio. For example Resolution and ImageQuality properties of the StiPdfExportSetupForm.

Thank you.
Post Reply