Share via


SignatureSet.AddSignatureLine Method

Adds lines to a document where signatures are collected.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function AddSignatureLine ( _
    varSigProv As Object _
) As Signature
'Usage
Dim instance As SignatureSet
Dim varSigProv As Object
Dim returnValue As Signature

returnValue = instance.AddSignatureLine(varSigProv)
Signature AddSignatureLine(
    Object varSigProv
)

Parameters

  • varSigProv
    Type: System.Object

    Represents the ID of the signature provider.

Return Value

Type: Microsoft.Office.Core.Signature
Signature

Remarks

After the line is added, the author of the document can add the necessary information so that each signature line shows the name and (optionally) the title of the person who should sign. When a user opens the document, Microsoft Office recognizes that one or more signature lines are present, but blank. Office then alerts the user that they need to sign this document and helps them find where in the document the requested signatures are located.

See Also

Reference

SignatureSet Interface

SignatureSet Members

Microsoft.Office.Core Namespace