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 Long

DLL

int DLGetStringListCount(int InstanceID, int StringListID);

Parameters

StringListIDThe ID of the string list as returned by the CheckFileCompliance function.

Return values

0There are no strings in the specified string list. The number of strings in the list.
Non-zero