Discuss this help topic in SecureBlackbox Forum

TElPDFBuildData.RevisionNumber

TElPDFBuildData     See also     


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


Specifies software module revision number.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property RevisionNumber : Integer;

[C++]
    int32_t get_RevisionNumber();
    void set_RevisionNumber(int32_t Value);

[PHP]
    integer get_RevisionNumber()
    void set_RevisionNumber(integer $Value)

[Java]
    not available

Description

This property specifies the revision number of the software module, and corresponds to the "R" entry of the build data dictionary.

See also:     PreRelease    

Discuss this help topic in SecureBlackbox Forum