AddToFileList
Description
Adds a file to a named file list. This file list can later be used with functions that will operate on all the files in the list.
Syntax
Delphi
function TQuickPDF0813.AddToFileList(ListName, FileName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::AddToFileList(ListName As String,
FileName As String) As Long
DLL
int QuickPDFAddToFileList(int InstanceID, wchar_t * ListName, wchar_t * FileName)
Parameters
| ListName | The name of the file list to work with |
| FileName | The file name to add to the list. |