Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureView Constructor

TElOfficeOpenXMLSignatureView     


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


Creates an instance of TElOfficeOpenXMLSignatureView class and returns a reference to newly created instance.

Declaration

[C#]
    TElOfficeOpenXMLSignatureView(TElOfficeOpenXMLPackage APackage);

[VB.NET]
    Sub New(ByVal APackage As TElOfficeOpenXMLPackage)

[Pascal]
    constructor Create(APackage : TElOfficeOpenXMLPackage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOfficeOpenXMLSignatureView(TElOfficeOpenXMLPackage APackage);
    public TElOfficeOpenXMLSignatureView();

Parameters

  • APackage - the document which the signature view belongs to

Description

    Use this method to create new instance of TElOfficeOpenXMLSignatureView class.

Discuss this help topic in SecureBlackbox Forum