XdSignatureAppearanceType enumeration

Specifies the appearance of a Signature Line control.

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

Syntax

'Declaration
Public Enumeration XdSignatureAppearanceType
'Usage
Dim instance As XdSignatureAppearanceType
public enum XdSignatureAppearanceType

Members

Member name Description
xdSignatureAppearanceTypeLine The control displays with a signature line.
xdSignatureAppearanceTypeStamp The control displays for signing with the image of a stamp, such as an inkan or hanko seal.

Remarks

These enumerated constants specify the return value of the SignatureAppearanceType property of the SignatureLine class.

See also

Reference

Microsoft.Office.Interop.InfoPath.SemiTrust namespace