SignatureSetup Members
Include Protected Members
Include Inherited Members
Represents the information used to set up a signature packet.
The SignatureSetup type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AdditionalXml | Gets or sets any additional XML information added to the signature during setup. Read/write. |
![]() |
AllowComments | Gets or sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write. |
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Gets an Application object that represents the container application for the SignatureSetup object. Read-only. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Gets a 32-bit integer that indicates the application in which the SignatureSetup object was created. Read-only. |
![]() |
Id | Gets the ID of the signature provider for a document. Read-only. |
![]() |
ReadOnly | Gets a Boolean value indicating whether the SignatureSetup object is read-only. Read-only. |
![]() |
ShowSignDate | Gets or sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write. |
![]() |
SignatureProvider | Gets a value identifying an installed signature provider add-in. Read-only. |
![]() |
SigningInstructions | Gets or sets the instructions for signing the document. Read/write. |
![]() |
SuggestedSigner | Gets or sets the name of the principle signer of the document. Read/write. |
![]() |
SuggestedSignerEmail | Gets or sets the e-mail address of the signer of the document. Read/write. |
![]() |
SuggestedSignerLine2 | Gets or sets the second line of suggested signer information (for example, title). Read/write. |
Top