Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLDocument.SignatureLines

TElOfficeOpenXMLDocument     See also     


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


Provides access to the document's signature lines.

Declaration

[C#]
    TElOfficeOpenXMLSignatureLine SignatureLines[int Index];

[VB.NET]
    Property SignatureLines(ByVal Index As Integer) As TElOfficeOpenXMLSignatureLine

[Pascal]
    property SignatureLines[Index : Integer] : TElOfficeOpenXMLSignatureLine;

[C++]
    TElOfficeOpenXMLSignatureLine* get_SignatureLines(int32_t Index);

[PHP]
    TElOfficeOpenXMLSignatureLine get_SignatureLines(integer $Index)

[Java]
    not available

Parameters

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

Description

    This property provides access to the list of signature lines that represent document's signatures.

See also:     SignatureLineCount    

Discuss this help topic in SecureBlackbox Forum