Discuss this help topic in SecureBlackbox Forum

TElPDFBuildProperties.SetApplicationProperties

TElPDFBuildProperties     See also     


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


Assigns new values to the App dictionary.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetApplicationProperties(const Name : string; RevisionNumber : Integer; const RevisionNumberEx, OS : string);

[C++]
    void SetApplicationProperties(const std::string &Name, int32_t RevisionNumber, const std::string &RevisionNumberEx, const std::string &OS);

[PHP]
    void SetApplicationProperties(string $Name, integer $RevisionNumber, string $RevisionNumberEx, string $OS)

[Java]
    not available

Parameters

  • Name - the name of the software module.
  • RevisionNumber - the software module revision number.
  • RevisionNumberEx - optional text indicating the application version, as described by Name.
  • OS - indicates operation system. A specific format for this parameter is not defined.

Description

Use this method to specify the values of the build dictionary which describes the PDF/SigQ Conformance Checker.

See also:     Application    

Discuss this help topic in SecureBlackbox Forum