Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.IsDocumentSigned

TElPDFSignature     See also     


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


Checks if the whole document is signed.

Declaration

[C#]
    bool IsDocumentSigned();

[VB.NET]
    Function IsDocumentSigned() As Boolean

[Pascal]
    function IsDocumentSigned : Boolean;

[C++]
    bool IsDocumentSigned();

[PHP]
    bool IsDocumentSigned()

[Java]
    boolean isDocumentSigned();

Return value

    Returns True if the whole document is signed, and False otherwise.

Description

    Use this function to check if the signature covers the whole document.
    To get signed part of the document, use GetSignedVersion method.

See also:     GetSignedVersion    

Discuss this help topic in SecureBlackbox Forum