StampTextRepeatType Enumeration |
Specifies type of text repeat for stamp lines.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic enum StampTextRepeatType
Public Enumeration StampTextRepeatType
public enum class StampTextRepeatType
Members
| Member 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