Discuss this help topic in SecureBlackbox Forum
Specifies if the document is signed.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum