Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.EmptySignatureFieldCount

TElPDFDocument     See also     


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


Specifies the number of available empty signature fields

Declaration

[C#]
    int EmptySignatureFieldCount;

[VB.NET]
    Property EmptySignatureFieldCount As Integer

[Pascal]
    property EmptySignatureFieldCount : integer;

[C++]
    int32_t get_EmptySignatureFieldCount();

[PHP]
    integer get_EmptySignatureFieldCount()

[Java]
    int getEmptySignatureFieldCount();

Description

    Use this property to retrieve the number of available empty signature fields

See also:     EmptySignatureFields    

Discuss this help topic in SecureBlackbox Forum