Page 1 of 1

StiSettings

Posted: Mon May 11, 2015 9:39 am
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

Re: StiSettings

Posted: Tue May 12, 2015 1:14 pm
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.