Description
This method can be used to get the current values of the various settings of Auto-print.
The method must be used after the BIAPInitialize function has been called.
Currently the following settings are available:
Property (Set the szProperty parameter to this value to get the value of 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.]BIAPGetStringProperty Property
Parameters
Property - The property to retrieve, see the “Property” column in the table above for the possible properties.
Returns RetVal String the current value of the property.