Discuss this help topic in SecureBlackbox Forum

TElPDFRequirement.RequirementType

TElPDFRequirement     


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


Specifies the type of the PDF requirement.

Declaration

[C#]
    string RequirementType;

[VB.NET]
    Property RequirementType As String

[Pascal]
    property RequirementType : string;

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

[PHP]
    string get_RequirementType()

[Java]
    String getRequirementType();

Description

    Use this property to get the type of the PDF requirement. In PDF Reference version 1.7 only EnableJavaScripts requirement is defined.

Discuss this help topic in SecureBlackbox Forum