GetStringListCount
Miscellaneous functions
Description
Returns the number of strings in the specified string list.
Syntax
Delphi
function TPDFlib.GetStringListCount(StringListID: Integer): Integer;ActiveX
Function PDFlib::GetStringListCount(StringListID As Long) As LongDLL
int DLGetStringListCount(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. The number of strings in the list. |
|---|---|
| Non-zero |