Discuss this help topic in SecureBlackbox Forum

TElPDFRequirementHandler.ScriptName

TElPDFRequirementHandler     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The name of the document-level JavaScript action.

Declaration

[C#]
    string ScriptName;

[VB.NET]
    Property ScriptName As String

[Pascal]
    property ScriptName : string;

[C++]
    void get_ScriptName(std::string &OutResult);

[PHP]
    string get_ScriptName()

[Java]
    String getScriptName();

Description

    This entry is valid only if the value of HandlerType property is "JS". Use this property to get the name of the JavaScript action stored in the document name dictionary. If the consumer application understands the parent requirement dictionary, execution of this requirement handler is disabled.

Discuss this help topic in SecureBlackbox Forum