Discuss this help topic in SecureBlackbox Forum

TElPDFBuildProperties.SetPubSecProperties

TElPDFBuildProperties     See also     


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


Assigns new values to the PubSec dictionary.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetPubSecProperties(BuildDate : TElDateTime; RevisionNumber : Integer);

[C++]
    void SetPubSecProperties(int64_t BuildDate, int32_t RevisionNumber);

[PHP]
    void SetPubSecProperties(DateTime $BuildDate, integer $RevisionNumber)

[Java]
    not available

Parameters

  • BuildDate - the software module build date.
  • RevisionNumber - the software module revision number.

Description

Use this method to specify the values of the build dictionary which describes the PubSec software module.

See also:     PubSec    

Discuss this help topic in SecureBlackbox Forum