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 LongDLL
int DLReleaseStringList(int InstanceID, int StringListID);Parameters
| StringListID | The ID of the string list as returned by the CheckFileCompliance function. |
|---|
Return values
| 0 | The string list could not be released, the StringListID parameter is invalid. Success |
|---|---|
| 1 |