Description
This method can be used to configure various settings of Auto-print.
The method must be used after the BIAPInitialize method has been called. The INI file is read during initialization. This function will change the settings for the current Auto-print instance, for the current thread. It will not change the INI file.
Currently the following settings can be changed using this method:
Property (Set the szProperty parameter to this value to set the property) |
Description |
Default value |
INI file key used to configure the same setting |
“PDFSettings.FoxitReaderPath” |
Sets the path to FoxitReader.exe |
In BiAutoPrint64.dll: "C:\Program Files(x86)\Foxit Software\Foxit Reader\FoxitReader.exe" In BiAutoPrint32.dll: "C:\Program Files\Foxit Software\Foxit Reader\FoxitReader.exe" |
[PDF Settings] Foxit Reader Path= |
Syntax
RetVal = [BiAutoPrint.]BIAPSetStringProperty Property Value
Parameters
Property |
- The property to configure, see the “Property” column in the table above for the possible properties. |
Value |
- The new value of the property. |
Returns RetVal Bool True on success, otherwise False.