Discuss this help topic in SecureBlackbox Forum

TElPDFRequirementHandler.HandlerType

TElPDFRequirementHandler     


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


Specifies the type of the requirement handler.

Declaration

[C#]
    string HandlerType;

[VB.NET]
    Property HandlerType As String

[Pascal]
    property HandlerType : string;

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

[PHP]
    string get_HandlerType()

[Java]
    String getHandlerType();

Description

    Use this property to get the type of the requirement handler. Valid types defined in PDF Reference, version 1.7 are: "JS" (for JavaScript requirement handlers), and "NoOp" (this handler allows older consumer applications to ignore unrecognized requirements).

Discuss this help topic in SecureBlackbox Forum