XdSignatureAppearanceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the appearance of a Signature Line control.
public enum class XdSignatureAppearanceType
[System.Runtime.InteropServices.Guid("482BF460-7DD2-4CE5-B053-7C9201E74132")]
public enum XdSignatureAppearanceType
type XdSignatureAppearanceType =
Public Enum XdSignatureAppearanceType
- Inheritance
-
XdSignatureAppearanceType
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdSignatureAppearanceTypeLine | 0 | The control displays with a signature line. |
xdSignatureAppearanceTypeStamp | 1 | 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.