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