GetStringListCount
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Returns the number of strings in the specified string list.
Syntax
Delphi
function TQuickPDF0815.GetStringListCount(StringListID: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::GetStringListCount(StringListID As Long) As Long
DLL
int QuickPDFGetStringListCount(int InstanceID, int StringListID)
Parameters
| StringListID | The ID of the string list as returned by the CheckFileCompliance function. |
Return values
| 0 | There are no strings in the specified string list. |
| Non-zero | The number of strings in the list. |