Discuss this help topic in SecureBlackbox Forum

TElPDFBuildProperties.SetFilterProperties

TElPDFBuildProperties     See also     


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


Assigns new values to the Filter dictionary.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetFilterProperties(const Name : string; BuildDate : TElDateTime; RevisionNumber : Integer);
    procedure SetFilterProperties(const Name : string; RevisionNumber : Integer);

[C++]
    void SetFilterProperties(const std::string &Name, int64_t BuildDate, int32_t RevisionNumber);
    void SetFilterProperties(const std::string &Name, int32_t RevisionNumber);

[PHP]
    void SetFilterProperties(string $Name, DateTime $BuildDate, integer $RevisionNumber)
    void SetFilterProperties(string $Name, integer $RevisionNumber)

[Java]
    not available

Parameters

  • Name - the name of the software module.
  • 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 signature handler.

See also:     Filter    

Discuss this help topic in SecureBlackbox Forum