SignatureSet.AddSignatureLine(Object) Method

Definition

Adds lines to a document where signatures are collected.

public Microsoft.Office.Core.Signature AddSignatureLine (object varSigProv);
abstract member AddSignatureLine : obj -> Microsoft.Office.Core.Signature
Public Function AddSignatureLine (Optional varSigProv As Object) As Signature

Parameters

varSigProv
Object

Represents the ID of the signature provider.

Returns

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.

Applies to