ReleaseStringList

Miscellaneous functions

Description

Releases the specified string list.

Syntax

Delphi

function TPDFlib.ReleaseStringList(StringListID: Integer): Integer;

ActiveX

Function PDFlib::ReleaseStringList(StringListID As Long) As Long

DLL

int DLReleaseStringList(int InstanceID, int StringListID);

Parameters

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

Return values

0The string list could not be released, the StringListID parameter is invalid. Success
1