TextSignatureImplementation enumeration

TextSignatureImplementation enumeration

Specifies type of implementation for PDF text signature.

The TextSignatureImplementation type exposes the following members:

Fields

Field Description
NATIVE Text Signature as native text object on document page.
IMAGE Text Signature as Image object on document page.
ANNOTATION Text Signature as Text Annotation object on PDF page.
Annotations are visible only for Licensed version.
STICKER Text Signature as Sticker object on PDF page.
FORM_FIELD Text Signature as text in specified form field.
With this type of implementation could be used only TextSignOptions.Text,
TextSignOptions.FormTextFieldType and TextSignOptions.FormTextFieldTitle options.
WATERMARK Text Signature as watermark on document page.

See Also