WordProcessingTextSignatureImplementation enumeration

WordProcessingTextSignatureImplementation enumeration

Specifies type of text signature implementation for WordProcessing documents.

The WordProcessingTextSignatureImplementation type exposes the following members:

Fields

Field Description
TEXT_STAMP Text Signature as Label object on Words page.
TEXT_AS_IMAGE Text Signature as Image object on Words page.
TEXT_TO_FORM_FIELD Text Signature as text in specified form field.
With this type of implementation could be used only TextSignOptions.Text,
TextSignOptions.FormTextFieldTitle and TextSignOptions.FormTextFieldType options.
WATERMARK Text Signature as watermark on Words page.

See Also