Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.EmptySignatureFields

TElPDFDocument     See also     


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


Contains information about empty digital signature field

Declaration

[C#]
    TElPDFSignatureInfo EmptySignatureFields[int Index];

[VB.NET]
    Property EmptySignatureFields(ByVal Index As Integer) As TElPDFSignatureInfo

[Pascal]
    property EmptySignatureFields[Index : integer] : TElPDFSignatureInfo;

[C++]
    TElPDFSignatureInfo* get_EmptySignatureFields(int32_t Index);

[PHP]
    TElPDFSignatureInfo get_EmptySignatureFields(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of desired empty field in list. The first field has Index=0, the second has Index=1 and so on.

Description

    Use this property to access information about empty digital signature field.

See also:     EmptySignatureFieldCount    

Discuss this help topic in SecureBlackbox Forum