Discuss this help topic in SecureBlackbox Forum
Returns the number of file signatures.
Declaration
[VB.NET]
Property SignatureCount As Integer
[Pascal]
property SignatureCount: Integer;
[C++]
int32_t get_SignatureCount();
[PHP]
integer get_SignatureCount()
[Java]
int getSignatureCount();
Description
Use this property to get the number of signatures over the opened file.
Discuss this help topic in SecureBlackbox Forum