View3.SignatureLines property

Gets a reference to the SignatureLinesCollection associated with the current view.

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

Syntax

'Declaration
ReadOnly Property SignatureLines As SignatureLinesCollection
    Get
'Usage
Dim instance As View3
Dim value As SignatureLinesCollection

value = instance.SignatureLines
SignatureLinesCollection SignatureLines { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureLinesCollection
An object that represents the set of Signature Line controls in the current view.

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.

See also

Reference

View3 interface

View3 members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace