SignatureSetup Interface
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.
Represents the information used to set up a signature packet.
public interface class SignatureSetup : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CD6A1-0000-0000-C000-000000000046")]
public interface SignatureSetup : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CD6A1-0000-0000-C000-000000000046")>]
type SignatureSetup = interface
interface _IMsoDispObj
Public Interface SignatureSetup
Implements _IMsoDispObj
- Attributes
- Implements
Properties
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 |
Gets an Application object that represents the container application for the SignatureSetup object. Read-only. |
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. |