By Thomas Roehrig on Tuesday, 31 August 2021
Posted in C# Development
Likes 0
Views 791
Votes 0
Hi,
I wish to export a SmartPDF using Automation interface of "Export2PDF.AssistantRun".This works well, specifying just the first three parameters. In my understanding, all other of the 23 possible parameters are left default.
Now I need to activate the hyperlink option (parameter 21)
How can I specify parameter 21 without specifying parameter 3-20, or if not possible, how do I get information about the default values of the parameters, if I have to specify them, or can I specify them as null ?

Thanks for help,
Thomas
View Full Post