Discuss this help topic in SecureBlackbox Forum

TElPDFSigQBuildData.Preview

TElPDFSigQBuildData     


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


Indicates whether the document was viewed in signature preview mode when signed.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Preview : Boolean;

[C++]
    bool get_Preview();
    void set_Preview(bool Value);

[PHP]
    bool get_Preview()
    void set_Preview(bool $Value)

[Java]
    not available

Description

When true, this parameter indicates that document was viewed using signature preview mode when signed.

Discuss this help topic in SecureBlackbox Forum