Discuss this help topic in SecureBlackbox Forum

TElPDFBuildData.PreRelease

TElPDFBuildData     See also     


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


Indicates unreleased software.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PreRelease : Boolean;

[C++]
    bool get_PreRelease();
    void set_PreRelease(bool Value);

[PHP]
    bool get_PreRelease()
    void set_PreRelease(bool $Value)

[Java]
    not available

Description

When true, this property indicates that signature was created with unreleased software.

See also:     RevisionNumber    

Discuss this help topic in SecureBlackbox Forum