THotPDF.RemoveLoadedJavaScript Method

Removes the specified script entry from the named JavaScript collection of the loaded PDF document by name

Declaration

procedure RemoveLoadedJavaScript(const AName: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
ANameThe name of the script entry to delete, which must exactly match the name passed during AddLoadedDocumentJavaScript

Usage notes

Related APIs