StiSettings
Posted: Mon May 11, 2015 9:39 am
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
I like to change the values for Image Resolution to 500 dpi and Image Quality to 100% as default.
Ralf
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();
Ralf