Posted 24 April 2020, 1:55 pm EST
Hi
I need to export a report in pdf without thumbnail, in viewer preference exist a options, “document outline and without thumbnail”, but i don’t understand how to set it at run time.
Thanks in advance.
Forums Home / ComponentOne / General Discussion
Posted by: massimo.valtolina on 24 April 2020, 1:55 pm EST
Posted 24 April 2020, 1:55 pm EST
Hi
I need to export a report in pdf without thumbnail, in viewer preference exist a options, “document outline and without thumbnail”, but i don’t understand how to set it at run time.
Thanks in advance.
Posted 25 April 2020, 4:43 pm EST
find it !
.ViewerPreferences.PageMode = C1.C1Preview.Export.PageModeEnum.UseNone
Thanks