Discuss this help topic in SecureBlackbox Forum

TElPDFRequirement.HandlerCount

TElPDFRequirement     See also     


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


Number of requirement handlers in the list.

Declaration

[C#]
    int HandlerCount;

[VB.NET]
    Property HandlerCount As Integer

[Pascal]
    property HandlerCount : integer;

[C++]
    int32_t get_HandlerCount();

[PHP]
    integer get_HandlerCount()

[Java]
    int getHandlerCount();

Description

    Use this property to get the number of requirement handlers in the list.

See also:     Handlers    

Discuss this help topic in SecureBlackbox Forum