Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.ExtractSignaturesFromPages

TElPDFDocument     See also     


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


Specifies whether the signatures should be extracted from document pages.

Declaration

[C#]
    bool ExtractSignaturesFromPages;

[VB.NET]
    Property ExtractSignaturesFromPages As Boolean

[Pascal]
    property ExtractSignaturesFromPages : Boolean;

[C++]
    bool get_ExtractSignaturesFromPages();
    void set_ExtractSignaturesFromPages(bool Value);

[PHP]
    bool get_ExtractSignaturesFromPages()
    void set_ExtractSignaturesFromPages(bool $Value)

[Java]
    boolean getExtractSignaturesFromPages();
    void setExtractSignaturesFromPages(boolean Value);

Description

    Normally, information about signatures is included into document's Interactive Form Dictionary (AcroForm). However, some software doesn't include it, and the information should be extracted from pages/annotations. Turn this property on to make SecureBlackbox search for the signature information in pages when loading a document. The default value is True.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum