1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. StampTextRepeatType

StampTextRepeatType

StampTextRepeatType enumeration

Specifies type of text repeat for stamp lines.

public enum StampTextRepeatType

Values

Name Value Description
None 0 No repeat.
FullTextRepeat 1 Text will be repeated to fit full length without truncation.
RepeatWithTruncation 2 Text will be repeated to fit full length with word truncation at the end.

See Also