GetStringListItem
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Returns an item from the specified string list.
Syntax
Delphi
function TQuickPDF0815.GetStringListItem(StringListID,
ItemIndex: Integer): WideString;
ActiveX
Function QuickPDF0815.PDFLibrary::GetStringListItem(StringListID As Long,
ItemIndex As Long) As String
DLL
wchar_t * QuickPDFGetStringListItem(int InstanceID, int StringListID, int ItemIndex)
Parameters
| StringListID | The ID of the string list as returned by the CheckFileCompliance function. |
| ItemIndex | The index of the item to return. The first item in the list has an index value of 1. The last item in the list has an index value equal to the return value of the GetStringListCount function. |