SignatureLine.Signature Property

Gets the Signature object associated with the control.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Signature As Signature
    Get
'Usage
Dim instance As SignatureLine
Dim value As Signature

value = instance.Signature
public abstract Signature Signature { get; }

Property Value

Type: Microsoft.Office.InfoPath.Signature
An object that represents digital signature associated with the control when the form or set of signable data is signed.

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See Also

Reference

SignatureLine Class

SignatureLine Members

Microsoft.Office.InfoPath Namespace