SignatureLine.Signature Property
Gets the SignatureObject object associated with the control.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
ReadOnly Property Signature As SignatureObject
Get
'Usage
Dim instance As SignatureLine
Dim value As SignatureObject
value = instance.Signature
SignatureObject Signature { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject
An object that represents digital signature associated with the control when the form or set of 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.