WordProcessingTextSignatureImplementation

WordProcessingTextSignatureImplementation enumeration

Specifies type of text signature implementation for WordProcessing documents.

public enum WordProcessingTextSignatureImplementation

Values

Name Value Description
TextStamp 0 Text Signature as Label object on Words page.
TextAsImage 1 Text Signature as Image object on Words page.
TextToFormField 2 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 3 Text Signature as watermark on Words page.

See Also