1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. StampTextRepeatType enumeration

StampTextRepeatType enumeration

StampTextRepeatType enumeration

Specifies type of text repeat for stamp lines.

The StampTextRepeatType type exposes the following members:

Fields

Field Description
NONE No repeat.
FULL_TEXT_REPEAT Text will be repeated to fit full length without truncation.
REPEAT_WITH_TRUNCATION Text will be repeated to fit full length with word truncation at the end.

See Also