Discuss this help topic in SecureBlackbox Forum

TElPDFBuildProperties.SetSigQProperties

TElPDFBuildProperties     See also     


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


Assigns new values to the SigQ dictionary.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetSigQProperties(RevisionNumber : Integer; Preview : Boolean);

[C++]
    void SetSigQProperties(int32_t RevisionNumber, bool Preview);

[PHP]
    void SetSigQProperties(integer $RevisionNumber, bool $Preview)

[Java]
    not available

Parameters

  • RevisionNumber - the software module revision number.
  • Preview - set this parameter to true to indicate that document was viewed using signature preview mode when signed.

Description

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

See also:     SigQ    

Discuss this help topic in SecureBlackbox Forum