Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Signatures

TElPDFDocument     See also     


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


This read-only property contains the list of signatures.

Declaration

[C#]
    TElPDFSignature Signatures[int Index];

[VB.NET]
    Property Signatures(ByVal Index As Integer) As TElPDFSignature

[Pascal]
    property Signatures[Index : integer] : TElPDFSignature;

[C++]
    TElPDFSignature* get_Signatures(int32_t Index);

[PHP]
    TElPDFSignature get_Signatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the signature in list. The first element has index 0, the second has index 1, etc.

Description

    Use this property to access individual signature objects.

See also:     AddSignature     ClearSignatures     RemoveSignature     SignatureCount    

Discuss this help topic in SecureBlackbox Forum