Discuss this help topic in SecureBlackbox Forum

TElOfficeDocument.Signable

TElOfficeDocument     See also     


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


Specifies if the document could be signed.

Declaration

[C#]
    bool Signable;

[VB.NET]
    Property Signable As Boolean

[Pascal]
    property Signable : Boolean;

[C++]
    bool get_Signable();

[PHP]
    bool get_Signable()

[Java]
    boolean getSignable();

Description

    Use this read-only property to check if the document could be signed.

See also:     AddSignature     IsSigned    

Discuss this help topic in SecureBlackbox Forum