Discuss this help topic in SecureBlackbox Forum

TElPDFBuildData.MinimumVersionNumber

TElPDFBuildData     


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


The minimum software version number required to process the signature.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property MinimumVersionNumber : Integer;

[C++]
    int32_t get_MinimumVersionNumber();
    void set_MinimumVersionNumber(int32_t Value);

[PHP]
    integer get_MinimumVersionNumber()
    void set_MinimumVersionNumber(integer $Value)

[Java]
    not available

Description

This property correcponds to the "V" entry of the build dictionary, and indicates the minimum software version number required to process the signature.

Discuss this help topic in SecureBlackbox Forum