Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLBaseSignatureHandler.AddDocument

TElOfficeOpenXMLBaseSignatureHandler     See also     


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


Adds the document to the list of signed parts.

Declaration

[C#]
    void AddDocument();

[VB.NET]
    Sub AddDocument()

[Pascal]
    procedure AddDocument; virtual; abstract;

[C++]
    void AddDocument();

[PHP]
    void AddDocument()

[Java]
    void addDocument();

Description

    Call this method to add the whole document to the list of parts that will be signed.

See also:     AddCoreProperties     SignedParts    

Discuss this help topic in SecureBlackbox Forum