Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.IsSigned

TElOfficeBinaryDocument     See also     


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


Specifies if the document is signed.

Declaration

[C#]
    bool IsSigned;

[VB.NET]
    Property IsSigned As Boolean

[Pascal]
    property IsSigned : Boolean;

[C++]
    bool get_IsSigned();

[PHP]
    bool get_IsSigned()

[Java]
    boolean getIsSigned();

Description

    Use this read-only property to check if the document is signed or not.

See also:     Signable     SignatureHandlers    

Discuss this help topic in SecureBlackbox Forum