Share via


SignatureLineObjectClass.Sign Method

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Public Overridable Function Sign ( _
    bstrImageURL As String, _
    bstrSuggestedSigner As String, _
    bstrSuggestedSignerTitle As String, _
    bstrSuggestedSignerEmailAddress As String _
) As Boolean
'Usage
Dim instance As SignatureLineObjectClass
Dim bstrImageURL As String
Dim bstrSuggestedSigner As String
Dim bstrSuggestedSignerTitle As String
Dim bstrSuggestedSignerEmailAddress As String
Dim returnValue As Boolean

returnValue = instance.Sign(bstrImageURL, _
    bstrSuggestedSigner, bstrSuggestedSignerTitle, _
    bstrSuggestedSignerEmailAddress)
public virtual bool Sign(
    string bstrImageURL,
    string bstrSuggestedSigner,
    string bstrSuggestedSignerTitle,
    string bstrSuggestedSignerEmailAddress
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

SignatureLine.Sign(String, String, String, String)

See Also

Reference

SignatureLineObjectClass Class

SignatureLineObjectClass Members

Microsoft.Office.Interop.InfoPath Namespace